SequenceType
@objc public enum SequenceType: Int, RawRepresentable
Specifies the sequence type.
-
This timer will fire once and after that never again.
Declaration
Swift
case OneShot
-
This time will fire every X seconds.
Declaration
Swift
case Recurring
-
A Time Sequence that contains many different valid times.
Declaration
Swift
case MultiTime
-
Declaration
Swift
public init?(rawValue: RawValue) -
Declaration
Swift
public var rawValue: RawValue
SequenceType Enumeration Reference