JobStatus
public enum JobStatus : String, CustomStringConvertible, Codable
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
case inProgress = "IN_PROGRESS" - 
                  
                  
Undocumented
Declaration
Swift
case canceled = "CANCELED" - 
                  
                  
Undocumented
Declaration
Swift
case completed = "COMPLETED" - 
                  
                  
Undocumented
Declaration
Swift
case deletionInProgress = "DELETION_IN_PROGRESS" - 
                  
                  
Declaration
Swift
public var description: String { get } 
View on GitHub
        JobStatus Enumeration Reference