Search Results for

    Show / Hide Table of Contents

    Class TaskEnabledChangedEventArgs

    This event arguments for a TaskEnabledChangedEvent.

    Inheritance
    object
    EventArgs
    ControllerEventArgs
    TaskEnabledChangedEventArgs
    Inherited Members
    ControllerEventArgs.Time
    EventArgs.Empty
    Namespace: ABB.Robotics.Controllers.RapidDomain
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class TaskEnabledChangedEventArgs : ControllerEventArgs

    Constructors

    View Source

    TaskEnabledChangedEventArgs()

    Initializes a Enabled Changed Event args object.

    Declaration
    public TaskEnabledChangedEventArgs()

    Properties

    View Source

    Enabled

    Gets the Enabled property of the Task which generated the event.

    Declaration
    public bool Enabled { get; }
    Property Value
    Type Description
    bool
    View Source

    TaskName

    Gets the Task Name of the Task which generated the event.

    Declaration
    public string TaskName { get; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics