currentState

@JvmName(name = "jvrbaykglihlhbkg")
suspend fun currentState(value: Output<JobCurrentState>)
@JvmName(name = "ulejwtqisohpffgw")
suspend fun currentState(value: JobCurrentState?)

Parameters

value

The current state of the job. Jobs are created in the JOB_STATE_STOPPED state unless otherwise specified. A job in the JOB_STATE_RUNNING state may asynchronously enter a terminal state. After a job has reached a terminal state, no further state updates may be made. This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.