SupervisorState Type
Lifecycle phase of the local peer with respect to the topology.
Union cases
| Union case |
Description
|
Full Usage:
Activating since
Parameters:
int64
|
Just won the election; debouncing for `StabilizeMs` before activating the topology. `since` is the monotonic-ms timestamp of the election win.
|
Full Usage:
Master
|
Master and topology is running. |
Full Usage:
Standby
|
Not the elected master — only gossip/transport machinery is running. |
Full Usage:
Stopping
|
Shutdown requested; no further transitions. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsActivating
Returns: bool
|
|
Full Usage:
this.IsMaster
Returns: bool
|
|
Full Usage:
this.IsStandby
Returns: bool
|
|
Full Usage:
this.IsStopping
Returns: bool
|
|
FsShelter