AdminChannelStatus Type
Hub-visible admin-channel status (feature 039). Mirrors `FSBar.Hub.AdminChannelHost.AdminChannelStatus` — kept here so `HubEvent.AdminChannelStatusChanged` can reference it without pulling `AdminChannelHost` ahead of `HubEvents` in the compile order.
Union cases
| Union case |
Description
|
Full Usage:
Attached
|
Channel attached; admin commands are accepted. |
Full Usage:
Lost reason
Parameters:
string
|
Channel was `Attached` but has since failed. `reason` populated.
|
Full Usage:
Unavailable reason
Parameters:
string
|
Channel could not be brought up at launch. `reason` populated.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAttached
Returns: bool
|
|
Full Usage:
this.IsLost
Returns: bool
|
|
Full Usage:
this.IsUnavailable
Returns: bool
|
|
FSBarV1_Archived