Click or drag to resize

ExecutionStatusChangedEventArgs Constructor

Initializes a new instance of the ExecutionStatusChangedEventArgs class with the new state.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public ExecutionStatusChangedEventArgs(
	ExecutionStatus newStatus,
	DateTime time
)

Parameters

newStatus
Type: ABB.Robotics.Controllers.RapidDomainExecutionStatus
New ExecutionStatus.
time
Type: SystemDateTime
Time stamp of the event.
See Also