Class TransportTaskStates
Defines common transport task states.
Inheritance
TransportTaskStates
Namespace: BiExcellence.OpenBi.Api.Commands.Configurator
Assembly: BiExcellence.OpenBi.Api.Configurator.dll
Syntax
public static class TransportTaskStates
Fields
Closed
The closed state.
Declaration
public const string Closed = "Closed"
Field Value
Type | Description |
---|---|
string |
Failed
The failed state.
Declaration
public const string Failed = "Failed"
Field Value
Type | Description |
---|---|
string |
Open
The open state.
Declaration
public const string Open = "Open"
Field Value
Type | Description |
---|---|
string |
Transported
The transported state.
Declaration
public const string Transported = "Transported"
Field Value
Type | Description |
---|---|
string |