Table of Contents

Enum ExecutionType

Namespace
OverKizApi.Enums
Assembly
OverKizApi.dll

Indicates how an execution was triggered.

public enum ExecutionType

Fields

Delayed = 1

Execution was scheduled for a specific future time.

Immediate = 0

Execution was triggered immediately (no delay).

Sunrise = 2

Execution was triggered at sunrise.

Sunset = 3

Execution was triggered at sunset.

Unknown = 4

Execution type could not be determined.