RSDTaskFinishReason
public enum RSDTaskFinishReason : Int
Undocumented
-
The task was canceled by the participant or the developer, and the participant asked to save the current result.
Declaration
Swift
case saved
-
The task was canceled by the participant or the developer, and the participant asked to discard the current result.
Declaration
Swift
case discarded
-
The task has completed successfully, because all steps have been completed.
Declaration
Swift
case completed
-
An error was detected during the current step.
Declaration
Swift
case failed
-
For a task with navigation, the participant or the developer elected to exit the task early.
Declaration
Swift
case earlyExit