Enum TaskExecutionStatus
Execution status of the Task.
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public enum TaskExecutionStatus
Fields
| Name | Description |
|---|---|
| Ready | The task has no PCP or execution context. |
| Running | Task is executing or performing regain. |
| Stopped | Task is not executing or not performing regain. PCP and execution context is defined in task. |
| UnInitiated | The program server is not initialized. State only assumed during startup. |
| Unknown | Status is unknown. |