| jobSetStatus {rstudioapi} | R Documentation |
Set Background Job Status
Description
Update a background job's informational status text.
Usage
jobSetStatus(job, status)
Arguments
job |
The ID of the job to update. |
status |
Text describing job's new status. |
See Also
Other jobs:
jobAdd(),
jobAddOutput(),
jobAddProgress(),
jobGetState(),
jobList(),
jobRemove(),
jobRunScript(),
jobSetProgress(),
jobSetState()
[Package rstudioapi version 0.16.0 Index]