SchedulePredicate
public struct SchedulePredicate: Predicate
Class represents SchedulePredicate.
-
Specified schedule. (cron tab format)
Declaration
Swift
public let schedule: String
-
Declaration
Swift
public let eventSource: EventSource = EventSource.schedule
-
Instantiate new SchedulePredicate.
-Parameter schedule: Specify schedule. (cron tab format)
Declaration
Swift
public init(_ schedule: String)
-
Undocumented
Declaration
Swift
public struct SchedulePredicate: Predicate