Defines special actions.
Use the SetActionKey function to activate a key combinationan for an action.
You can retrieve the specified key combinations with the GetActionKey function.
| C# | Visual Basic | Visual C++ |
public enum Action
Public Enumeration Action
public enum class Action
| Member | Description |
|---|---|
| Exit | Exits the current operation.
The running script will be stopped after pressing the exit key. |
| Pause | Stops or continues the current operation. |
