ExecutionState Enumeration |
Represents the execution state of a task.
Namespace:
ABB.Robotics.Controllers.RapidDomain
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax public enum ExecutionState
Members
| Member name | Value | Description |
---|
| Ready | 0 | The task has no program pointer or execution context. |
| Stopped | 1 | The task has a program pointer and an execution context. |
| Started | 2 | The task is executing. |
| Uninitialized | 3 | The program server is not initialized. This state only exists during startup. |
See Also