Enum UIInstructionEventType
Defines the different UIInstruction event types
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public enum UIInstructionEventType
Fields
| Name | Description |
|---|---|
| Abort | UI-Instruction aborted/closed/confirmed by the operator. If you receive a new Send event type from the same task, the previous dialog should be removed and the new dialog displayed, as a RAPID task can only handle one dialog. This may happen if RAPID execution is stopped while a UI-Instruction dialog is being displayed, then restarted and executing a new UIInstruction. |
| Post | Post event type, eg. TPWrite, TPErase |
| Send | Send event type, UI-Instructions of this type can be aborted/closed/confirmed, eg. TPReadNum, UIListView |
| Undefined | Undefined |