Enum ActionTypes
Action types
Namespace: ISynergy.Framework.Automations.Enumerations
Assembly: ISynergy.Framework.Automations.dll
Syntax
public enum ActionTypes : int
Fields
| Name | Description |
|---|---|
| Automation | Runs other automation. |
| Command | Executes an ICommand. |
| Condition | Conditional action. |
| Delay | Delay. |
| FireEvent | Fires event. |
| Repeat | Repeats action. |
| Wait | Waits |