Logo FSBarV1_Archived

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

Attached

Full Usage: Attached

Channel attached; admin commands are accepted.

Lost reason

Full Usage: Lost reason

Parameters:
    reason : string

Channel was `Attached` but has since failed. `reason` populated.

reason : string

Unavailable reason

Full Usage: Unavailable reason

Parameters:
    reason : string

Channel could not be brought up at launch. `reason` populated.

reason : string

Instance members

Instance member Description

this.IsAttached

Full Usage: this.IsAttached

Returns: bool
Returns: bool

this.IsLost

Full Usage: this.IsLost

Returns: bool
Returns: bool

this.IsUnavailable

Full Usage: this.IsUnavailable

Returns: bool
Returns: bool

Type something to start searching.