| jobSetProgress {rstudioapi} | R Documentation |
Set Job Progress
Description
Updates the progress for a job.
Usage
jobSetProgress(job, units)
Arguments
job |
The ID of the job to set progress for. |
units |
The integer number of total units of work completed so far. |
See Also
Other jobs: jobAddOutput(),
jobAddProgress(), jobAdd(),
jobRemove(), jobRunScript(),
jobSetState(), jobSetStatus()
[Package rstudioapi version 0.13 Index]