E_AsyncServiceState
Asynchronous service status.
Namespace: Tc3_Collections
Library: Tc3_Collections (Tc3_Collections.compiled-library)
Syntax
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_AsyncServiceState :
(
Completed := 0,
Busy := 1,
Failed := 2,
Aborted := 3
)BYTE;
END_TYPE
Values
Name | Description |
---|---|
Completed | Service was executed without error. |
Busy | Service is currently being executed. |
Failed | Service was terminated with an error. |
Aborted | Service was aborted by the Abort-Request command from the user application or Abort-Indication from the communication layer. |