JobStatusResponse

data class JobStatusResponse(val jobName: String, val jobProgress: String)

Defines the job status.

Constructors

Link copied to clipboard
constructor(jobName: String, jobProgress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the job name.

Link copied to clipboard

Gets or sets the monitoring job percentage.