MonitorJobWaitForParams

data class MonitorJobWaitForParams(    val jobId: String? = null,     val jobName: String? = null,     val jobStatus: Job.Status? = null,     var watchDelay: Long? = null,     var attempts: Int? = null,     var lineLimit: Int? = null)

Constructors

Link copied to clipboard
fun MonitorJobWaitForParams(    jobId: String? = null,     jobName: String? = null,     jobStatus: Job.Status? = null,     watchDelay: Long? = null,     attempts: Int? = null,     lineLimit: Int? = null)

Properties

Link copied to clipboard
var attempts: Int? = null
Link copied to clipboard
val jobId: String? = null
Link copied to clipboard
val jobName: String? = null
Link copied to clipboard
val jobStatus: Job.Status? = null
Link copied to clipboard
var lineLimit: Int? = null
Link copied to clipboard
var watchDelay: Long? = null