|
RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
RAII class for locking access to a Job object. Should be used every time a Job is modified. More...
#include <Job.hpp>
Public Member Functions | |
| JobLock (JobPtr in_job) | |
| Constructor. More... | |
| JobLock (ConstJobPtr in_job) | |
| Constructor. More... | |
|
explicit |
Constructor.
May throw a std::system_error.
| in_job | The job to lock. |
|
explicit |
Constructor.
May throw a std::system_error.
| in_job | The job to lock. |
1.8.16