| jobAddProgress {rstudioapi} | R Documentation |
Add Job Progress
Description
Adds incremental progress units to a job.
Usage
jobAddProgress(job, units)
Arguments
job |
The ID of the job to update progress for. |
units |
The integer number of new progress units completed. |
See Also
Other jobs: jobAddOutput(), jobAdd(),
jobRemove(), jobRunScript(),
jobSetProgress(), jobSetState(),
jobSetStatus()
[Package rstudioapi version 0.13 Index]