Click or drag to resize

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
C#
public enum ExecutionState
Members
  Member nameValueDescription
Ready0The task has no program pointer or execution context.
Stopped1The task has a program pointer and an execution context.
Started2The task is executing.
Uninitialized3The program server is not initialized. This state only exists during startup.
See Also