I_AsyncServiceResultClass
Generic interface for status query and tracking of asynchronous processes. This includes services that require several PLC cycles to run. For objects that implement this interface, the status/progress and the result of the service execution can be monitored and queried.
Namespace: Tc3_Collections
Library: Tc3_Collections (Tc3_Collections.compiled-library)
Inheritance hierarchy
I_AsyncServiceResultClass
INTERFACE I_AsyncServiceResultClass
Methods
Name | Description |
---|---|
Copies object data from another object instance | |
Converts own object data into a formatted string | |
Value comparison of own object data with external data values | |
Value comparison of own object data with external data values | |
Value comparison of own object data with the data of another object instance | |
Checks whether the service was aborted | |
Checks whether the service is still running | |
Checks whether the service execution was completed successfully | |
Checks whether the service execution was completed with an error | |
Sets the abort status | |
Sets the abort status | |
Sets the status to busy | |
Sets the status to completed (without error) | |
Sets the error state | |
Sets the error state |