Enum DataExchangeStatusEnum
Enumerates possible states of communication with target system.
Namespace: Vortex.Connector
Assembly: Vortex.Connector.dll
Syntax
public enum DataExchangeStatusEnum
Fields
Name | Description |
---|---|
Init | Communication with the target system is being initialized. |
Live | Communication is up and running. |
NoComm | No communication target not available or in a state where communication is not possible. |
SymbolLoading | Application is loading the symbols from the target system. |