Index
Data Type
OcaTaskStatus
Status of an OcaTask: task state plus a nonspecific blob named Parameter which the application can use, or not.
The initial value of Parameter is null.
The controller sets the value of Parameter via the Control() method.
If the task's state changes due to an internal event (examples: task duration value reached; or failure due to an error), Parameter is not changed.
Properties
OcaTaskID
ID
ID of the task to which this state descriptor applies.
OcaTaskState
State
State of the task - running, stopped, etc.
OcaUint16
ErrorCode
Error code. Value is application-specific.
OCP.1 Encoding
Field
Basic type
Byte Length
ID.Value
OcaUint32
4
State
OcaEnumItem
1
ErrorCode
OcaUint16
2