JobInfo

@Serializable
data class JobInfo(val jobURI: String, val jobUUID: String, val age: UInt, val imagesCompleted: UInt, val imagesToTransfer: UInt? = null, val transferRetryCount: UInt? = null, val jobState: JobState, val jobStateReasons: List<String>? = null)

Constructors

Link copied to clipboard
constructor(jobURI: String, jobUUID: String, age: UInt, imagesCompleted: UInt, imagesToTransfer: UInt? = null, transferRetryCount: UInt? = null, jobState: JobState, jobStateReasons: List<String>? = null)

Properties

Link copied to clipboard
val age: UInt

time in seconds since the job info has been updated. The duration is the difference between the time of the latest update to job info element relative to the time of the status request.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard