LCStepState
Objective-C
enum LCStepState : NSUInteger {}
Swift
enum LCStepState : UInt, @unchecked Sendable
State of LCStep
-
Activated hadling conditions of step scenario
Declaration
Objective-C
LCStepStartedSwift
case started = 0 -
Collecting user actions according to step scenario
Declaration
Objective-C
LCStepInProgressSwift
case inProgress = 1 -
Step processing is finished
Declaration
Objective-C
LCStepFinishedSwift
case finished = 2
LCStepState Enumeration Reference