PollResultBase
public enum PollResultBase : CustomStringConvertible, JSONRepresentable
Result returned by methods that poll for the status of an asynchronous job. Unions that extend this union should add a ‘complete’ field with a type of the information returned upon job completion. See PollEmptyResult for an example.
-
The asynchronous job is still in progress.
Declaration
Swift
case inProgress
-
Declaration
Swift
public var description: String { get }