Enum ExecutionSubType
- Namespace
- OverKizApi.Enums
- Assembly
- OverKizApi.dll
Further classifies the origin of an execution.
public enum ExecutionSubType
Fields
External = 1Execution was triggered by an external application or API call.
Internal = 0Execution was triggered by an internal gateway rule or automation.
Scenario = 2Execution was triggered as part of a named scenario.
Unknown = 3Execution sub-type could not be determined.