Table of Contents

Enum ExecutionSubType

Namespace
OverKizApi.Enums
Assembly
OverKizApi.dll

Further classifies the origin of an execution.

public enum ExecutionSubType

Fields

External = 1

Execution was triggered by an external application or API call.

Internal = 0

Execution was triggered by an internal gateway rule or automation.

Scenario = 2

Execution was triggered as part of a named scenario.

Unknown = 3

Execution sub-type could not be determined.