jobSetProgress {rstudioapi} | R Documentation |
Set Background Job Progress
Description
Updates the progress for a background 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:
jobAdd()
,
jobAddOutput()
,
jobAddProgress()
,
jobGetState()
,
jobList()
,
jobRemove()
,
jobRunScript()
,
jobSetState()
,
jobSetStatus()
[Package rstudioapi version 0.16.0 Index]