ScheduleOncePredicate

public struct ScheduleOncePredicate: Predicate

Class represents ScheduleOncePredicate.

  • Specified schedule.

    Declaration

    Swift

    public let scheduleAt: Date
  • Declaration

    Swift

    public let eventSource: EventSource = EventSource.scheduleOnce
  • Instantiate new ScheduleOncePredicate.

    -Parameter scheduleAt: Specify execution schedule. It must be future date.

    Declaration

    Swift

    public init(_ scheduleAt: Date)