RelocationBatchJobStatus
public enum RelocationBatchJobStatus : CustomStringConvertible, JSONRepresentable
The RelocationBatchJobStatus union
-
The asynchronous job is still in progress.
Declaration
Swift
case inProgress -
The copy or move batch job has finished.
Declaration
Swift
case complete(Files.RelocationBatchResult) -
The copy or move batch job has failed with exception.
Declaration
Swift
case failed(Files.RelocationBatchError) -
Declaration
Swift
public var description: String { get }
View on GitHub
RelocationBatchJobStatus Enumeration Reference