SchedulePredicate
public class SchedulePredicate: NSObject,Predicate
Class represents SchedulePredicate.
-
Specified schedule. (cron tab format)
Declaration
Swift
public let schedule: String -
Specified schedule. (cron tab format)
Declaration
Swift
public func getEventSource() -> EventSource -
Instantiate new SchedulePredicate.
-Parameter schedule: Specify schedule. (cron tab format)
Declaration
Swift
public init(schedule: String) -
Undocumented
Declaration
Swift
public class SchedulePredicate: NSObject,Predicate -
Undocumented
Declaration
Swift
public class SchedulePredicate: NSObject,Predicate -
Get Json object of SchedulePredicate instance
Returns
Json object as an instance of NSDictionaryDeclaration
Swift
public func toNSDictionary() -> NSDictionary
View on GitHub
SchedulePredicate Class Reference