Class PlatformStates
A platform states.
Inheritance
System.Object
PlatformStates
Namespace: Cireson.Core.Interfaces
Assembly: Cireson.Core.Interfaces.dll
Syntax
public class PlatformStates : object
Remarks
Admin, 8/24/2017.
Fields
View SourceFailed
The failed.
Declaration
public static string Failed
Field Value
Type | Description |
---|---|
System.String |
Running
The running.
Declaration
public static string Running
Field Value
Type | Description |
---|---|
System.String |
ShuttingDown
The shutting down.
Declaration
public static string ShuttingDown
Field Value
Type | Description |
---|---|
System.String |
Starting
The starting.
Declaration
public static string Starting
Field Value
Type | Description |
---|---|
System.String |