12.19 ResultStateDataType
This subtype of Int32 provides information about the current state of a result. This status can change during recipe processing.
It is deliberately not an Enumeration, allowing for system-specific extensions.
| Attribute | Value | ||||
| BrowseName | ResultStateDataType | ||||
| IsAbstract | False | ||||
| References |
Node
Class | BrowseName | DataType | TypeDefinition |
Modelling
Rule |
|---|---|---|---|---|---|
| Subtype of the Int32 DataType defined in OPC 10000-5 | |||||
| Allowed Value | Description |
| < 0 | Application-specific states |
| 0 | Undefined: Initialization value. When returned by access methods of ResultManagementType it indicates an error. |
| 1 | Completed: Processing was carried out correctly. |
| 2 | Processing: Processing has not been finished yet. |
| 3 | Aborted: Processing was stopped at some point before completion. |
| 4 | Failed: Processing failed in some way. |