Learn R Programming

rstudioapi (version 0.15.0)

jobSetStatus: 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: jobAddOutput(), jobAddProgress(), jobAdd(), jobRemove(), jobRunScript(), jobSetProgress(), jobSetState()