EMFastTrackOathTimestepType
Objective-C
enum EMFastTrackOathTimestepType : NSInteger {}
Swift
enum EMFastTrackOathTimestepType : Int, @unchecked Sendable
Supported types of Time step. Choose EMFastTrackOathTimestepTypeNone if not used.
- - Since: 5.3
-
Timestep is not used
Declaration
Objective-C
EMFastTrackOathTimestepTypeNoneSwift
case none = 0 -
Seconds
Declaration
Objective-C
EMFastTrackOathTimestepTypeSecondsSwift
case seconds = 1 -
Minutes
Declaration
Objective-C
EMFastTrackOathTimestepTypeMinutesSwift
case minutes = 2 -
Hours
Declaration
Objective-C
EMFastTrackOathTimestepTypeHoursSwift
case hours = 3
EMFastTrackOathTimestepType Enumeration Reference