Class ExecutionStatusChangedEventArgs
Provides the data of the ExecutionStatusChanged event.
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class ExecutionStatusChangedEventArgs : ControllerEventArgs
Constructors
ExecutionStatusChangedEventArgs()
Initializes a new instance of the Execution
Declaration
public ExecutionStatusChangedEventArgs()
Properties
Status
Gets the execution status of the controller.
Declaration
public ExecutionStatus Status { get; }
Property Value
Type | Description |
---|---|
Execution |