SessionState Type
Represents the lifecycle state of a BarClient session.
Union cases
| Union case |
Description
|
Full Usage:
Connected
|
|
Full Usage:
Error string
Parameters:
string
|
|
Full Usage:
Idle
|
|
Full Usage:
Running
|
|
Full Usage:
Starting
|
|
Full Usage:
Stopped
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsConnected
Returns: bool
|
|
Full Usage:
this.IsError
Returns: bool
|
|
Full Usage:
this.IsIdle
Returns: bool
|
|
Full Usage:
this.IsRunning
Returns: bool
|
|
Full Usage:
this.IsStarting
Returns: bool
|
|
Full Usage:
this.IsStopped
Returns: bool
|
|
FSBarV1_Archived