E_EventCompletion
Execution status of the event handling routine.
Namespace: Tc3_Collections
Library: Tc3_Collections (Tc3_Collections.compiled-library)
Syntax
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_EventCompletion :
(
Completed := 0,
Pending := 1,
Idle := 2
)BYTE;
END_TYPE
Values
Name | Description |
---|---|
Completed | Executed (completed). Not waiting for the response. |
Pending | Execution still pending and waiting for response. |
Idle | The event handling routine is not implemented. |