ManagerStatus
The ManagerStatus
type represents the current status of the Manager
.
0 | 1 | 2
The value of this signifies the following:
0
: theManager
is stopped.1
: theManager
is running.2
: theManager
is stopping - in other words, completing its outstanding task runs.
Since
v1.0.0