Search Results for

    Show / Hide Table of Contents

    Delegate ExecutionStatusChangedEventHandler

    Defines the event for execution status changed.

    Namespace: ABB.Robotics.Controllers.RapidDomain
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    [Obsolete("No longer supported")]
    public delegate void ExecutionStatusChangedEventHandler(object sender, ExecutionStatusChangedEventArgs e)
    Parameters
    Type Name Description
    object sender Defines the event for execution status changed.
    ExecutionStatusChangedEventArgs e Defines the event for execution status changed.

    Constructors

    View Source

    ExecutionStatusChangedEventHandler(object, IntPtr)

    Declaration
    public ExecutionStatusChangedEventHandler(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    View Source

    BeginInvoke(object, ExecutionStatusChangedEventArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, ExecutionStatusChangedEventArgs e, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object sender
    ExecutionStatusChangedEventArgs e
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult
    View Source

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    View Source

    Invoke(object, ExecutionStatusChangedEventArgs)

    Declaration
    public virtual void Invoke(object sender, ExecutionStatusChangedEventArgs e)
    Parameters
    Type Name Description
    object sender
    ExecutionStatusChangedEventArgs e
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics