SessionStateTag Type
Coarse session-state tag surfaced by `StateChanged`. Phase 2 scope: `SessionManager` does not yet exist, so this enum captures only the five lifecycle labels the status bar needs to render. Phase 3 enriches the situation by publishing richer context via additional `DiagnosticsLine` events and exposing the full state DU through `SessionManager.State`.
Union cases
| Union case |
Description
|
Full Usage:
Ending
|
|
Full Usage:
Failed
|
|
Full Usage:
Idle
|
|
Full Usage:
Running
|
|
Full Usage:
Starting
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsEnding
Returns: bool
|
|
Full Usage:
this.IsFailed
Returns: bool
|
|
Full Usage:
this.IsIdle
Returns: bool
|
|
Full Usage:
this.IsRunning
Returns: bool
|
|
Full Usage:
this.IsStarting
Returns: bool
|
|
FSBarV1_Archived