JobExecutionProperty

data class JobExecutionProperty(val maxConcurrentRuns: Double? = null)

Constructors

Link copied to clipboard
constructor(maxConcurrentRuns: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of concurrent runs allowed for the job.