Search Results for

    Show / Hide Table of Contents

    Class UIInstructionEventArgs

    Base class of all UI-instruction event arguments. The defined properties are the ones sent with a UI Instruction event.

    Inheritance
    object
    EventArgs
    UIInstructionEventArgs
    UIAlphaEntryEventArgs
    UIListViewEventArgs
    UIMessageBoxEventArgs
    UIMsgBoxEventArgs
    UINumEntryEventArgs
    UINumTuneEventArgs
    UITPEraseEventArgs
    UITPReadFKEventArgs
    UITPReadNumEventArgs
    UITPWriteEventArgs
    Inherited Members
    EventArgs.Empty
    Namespace: ABB.Robotics.Controllers.RapidDomain
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class UIInstructionEventArgs : EventArgs

    Properties

    View Source

    EventMessage

    Any additional text specified by instruction

    Declaration
    public string EventMessage { get; }
    Property Value
    Type Description
    string
    View Source

    ExecutionLevel

    Task execution level

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

    Instruction

    Name of the instruction e.g. TPWrite, UIMessageBox

    Declaration
    public string Instruction { get; }
    Property Value
    Type Description
    string
    View Source

    InstructionEventType

    UI-Instructions are either sent with POST or SEND. An ABORT event is sent when a SEND instruction is aborted.

    Declaration
    public UIInstructionEventType InstructionEventType { get; }
    Property Value
    Type Description
    UIInstructionEventType
    View Source

    InstructionType

    UI instruction type.

    Declaration
    public UIInstructionType InstructionType { get; protected set; }
    Property Value
    Type Description
    UIInstructionType
    View Source

    StackUrl

    URL to task or task stack

    Declaration
    public string StackUrl { get; }
    Property Value
    Type Description
    string
    View Source

    TaskName

    RAPID task name

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