Class TaskEnabledChangedEventArgs
This event arguments for a TaskEnabledChangedEvent.
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class TaskEnabledChangedEventArgs : ControllerEventArgs
Constructors
TaskEnabledChangedEventArgs()
Initializes a Enabled Changed Event args object.
Declaration
public TaskEnabledChangedEventArgs()
Properties
Enabled
Gets the Enabled property of the Task which generated the event.
Declaration
public bool Enabled { get; }
Property Value
Type | Description |
---|---|
Boolean |
TaskName
Gets the Task Name of the Task which generated the event.
Declaration
public string TaskName { get; }
Property Value
Type | Description |
---|---|
String |