AutomationDelay

public struct AutomationDelay : Sendable, Codable, Equatable

Automation delay

  • If a region ID restriction

    Declaration

    Swift

    public var regionID: String?
  • App state restriction

    Declaration

    Swift

    public var appState: AutomationAppState?
  • Cancellation triggers. These triggers only cancel the execution of the schedule not the entire schedule

    Declaration

    Swift

    public var cancellationTriggers: [AutomationTrigger]?