Set Job State
Changes the state of a job.
jobSetState(
job,
state = c("idle", "running", "succeeded", "cancelled", "failed")
)job |
The ID of the job on which to change state. |
state |
The new job state. |
The following states are supported:
The job is waiting to run.
The job is actively running.
The job has finished successfully.
The job was cancelled.
The job finished but did not succeed.
Other jobs: jobAddOutput(),
jobAddProgress(), jobAdd(),
jobRemove(), jobRunScript(),
jobSetProgress(), jobSetStatus()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.