JobStatus
public enum JobStatus : CustomStringConvertible, JSONRepresentable
The JobStatus union
-
The asynchronous job is still in progress.
Declaration
Swift
case inProgress
-
The asynchronous job has finished.
Declaration
Swift
case complete
-
Declaration
Swift
public var description: String { get }