EMFastTrackOathTimestepType
enum EMFastTrackOathTimestepType {}
Supported types of Time step. Choose EMFastTrackOathTimestepTypeNone
if not used.
- - Since: 5.3
-
Timestep is not used
Declaration
Objective-C
EMFastTrackOathTimestepTypeNone
Swift
case none = 0
-
Seconds
Declaration
Objective-C
EMFastTrackOathTimestepTypeSeconds
Swift
case seconds = 1
-
Minutes
Declaration
Objective-C
EMFastTrackOathTimestepTypeMinutes
Swift
case minutes = 2
-
Hours
Declaration
Objective-C
EMFastTrackOathTimestepTypeHours
Swift
case hours = 3