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.

Table 152 – Definition of ResultStateDataType
Attribute Value
BrowseNameResultStateDataType
IsAbstractFalse
References Node
Class
BrowseName DataType TypeDefinition Modelling
Rule
Subtype of the Int32 DataType defined in OPC 10000-5
Table 153 – Values of ResultStateDataType
Allowed ValueDescription
< 0Application-specific states
0Undefined: Initialization value. When returned by access methods of ResultManagementType it indicates an error.
1Completed: Processing was carried out correctly.
2Processing: Processing has not been finished yet.
3Aborted: Processing was stopped at some point before completion.
4Failed: Processing failed in some way.