Search Results for

    Show / Hide Table of Contents

    Class ExecutionStatusChangedEventArgs

    Provides the data of the ExecutionStatusChanged event.

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

    Constructors

    View Source

    ExecutionStatusChangedEventArgs()

    Initializes a new instance of the ExecutionStatusChangedEventArgs class.

    Declaration
    public ExecutionStatusChangedEventArgs()

    Properties

    View Source

    Status

    Gets the execution status of the controller.

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