jobSetProgress {rstudioapi} | R Documentation |
Updates the progress for a job.
jobSetProgress(job, units)
job |
The ID of the job to set progress for. |
units |
The integer number of total units of work completed so far. |
Other jobs: jobAddOutput()
,
jobAddProgress()
, jobAdd()
,
jobRemove()
, jobRunScript()
,
jobSetState()
, jobSetStatus()