Click or drag to resize

ExecutionStatusChangedEventArgsNewStatus Property

Gets the new ExecutionStatus of the controller.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public ExecutionStatus NewStatus { get; }

Property Value

Type: ExecutionStatus
The new ExecutionStatus that caused the event.
See Also