ManagerStatus
The ManagerStatus
enum represents the current status of the Manager
.
{
Stopped: 0;
Running: 1;
Stopping: 2;
}
Value | Description | |
---|---|---|
Stopped | 0 | Indicates that the |
Running | 1 | Indicates that the |
Stopping | 2 | Indicates that the |
Since
v1.0.0