ScheduleOncePredicate

public class ScheduleOncePredicate: NSObject,Predicate

Class represents ScheduleOncePredicate.

  • Specified schedule.

    Declaration

    Swift

    public let scheduleAt: NSDate
  • Specified schedule.

    Declaration

    Swift

    public func getEventSource() -> EventSource
  • Instantiate new ScheduleOncePredicate.

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

    Declaration

    Swift

    public init(scheduleAt: NSDate)
  • Undocumented

    Declaration

    Swift

    public class ScheduleOncePredicate: NSObject,Predicate
  • Undocumented

    Declaration

    Swift

    public class ScheduleOncePredicate: NSObject,Predicate
  • Get Json object of ScheduleOncePredicate instance

    Returns

    Json object as an instance of NSDictionary

    Declaration

    Swift

    public func toNSDictionary() -> NSDictionary