TinyTick logoTinyTick

ManagerStatus

The ManagerStatus enum represents the current status of the Manager.

{
  Stopped: 0;
  Running: 1;
  Stopping: 2;
}
ValueDescription
Stopped0

Indicates that the Manager is stopped.

Running1

Indicates that the Manager is running.

Stopping2

Indicates that the Manager is stopping - in other words, completing its outstanding task runs.

Since

v1.0.0