Job Template Abort Criteria
data class JobTemplateAbortCriteria(val action: JobTemplateAction, val failureType: JobTemplateFailureType, val minNumberOfExecutedThings: Int, val thresholdPercentage: Double)
The criteria that determine when and how a job abort takes place.
Constructors
Link copied to clipboard
constructor(action: JobTemplateAction, failureType: JobTemplateFailureType, minNumberOfExecutedThings: Int, thresholdPercentage: Double)
Properties
Link copied to clipboard
The type of job action to take to initiate the job abort.
Link copied to clipboard
The type of job execution failures that can initiate a job abort.
Link copied to clipboard
The minimum number of things which must receive job execution notifications before the job can be aborted.
Link copied to clipboard
The minimum percentage of job execution failures that must occur to initiate the job abort.