requestedState

@JvmName(name = "umeseyynrmnplujv")
suspend fun requestedState(value: Output<JobRequestedState>)
@JvmName(name = "ckughxkdixqyxypa")
suspend fun requestedState(value: JobRequestedState?)

Parameters

value

The job's requested state. UpdateJob may be used to switch between the JOB_STATE_STOPPED and JOB_STATE_RUNNING states, by setting requested_state. UpdateJob may also be used to directly set a job's requested state to JOB_STATE_CANCELLED or JOB_STATE_DONE, irrevocably terminating the job if it has not already reached a terminal state.