Enum CommStateEnum
Enumeration of possible states of target system.
Namespace: Vortex.Connector
Assembly: Vortex.Connector.dll
Syntax
public enum CommStateEnum : short
Fields
Name | Description |
---|---|
Config | Tartget system is in config mode. |
Error | Target system is in error state. |
Exception | Target system had thrown an exception. |
Idle | Target system is in idle state. |
Incompatible | Target system is not compatible. |
Init | Target system is being initialized | initialized. |
Invalid | Target system is in invalid state. |
LoadConfig | Target system is loading config. |
PowerFailure | Target system has lost power. |
PowerGood | Target system is powered. |
Reconfig | Target system is reconfiguring. |
Reset | Target system is being reset. |
Resume | Target system has resumed operations. |
Run | Target system is running. |
SaveConfig | Target system is saving configuration |
Shutdown | Target system is shutdown. |
Start | Target system has stared. |
Stop | Target system is stopped. |
Stopping | Target system is stopping | Max states. |
Suspend | Target system is suspended. |