RelocationBatchV2JobStatus
public enum RelocationBatchV2JobStatus : CustomStringConvertible, JSONRepresentable
Result returned by copyBatchCheckV2 or moveBatchCheckV2 that may either be in progress or completed with result for each entry.
-
The asynchronous job is still in progress.
Declaration
Swift
case inProgress
-
The copy or move batch job has finished.
Declaration
Swift
case complete(Files.RelocationBatchV2Result)
-
Declaration
Swift
public var description: String { get }