RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
This is the complete list of members for rstudio::launcher_plugins::jobs::JobStatusNotifier, including all inherited members.
JobStatusNotifier() | rstudio::launcher_plugins::jobs::JobStatusNotifier | |
Noncopyable()=default | rstudio::launcher_plugins::Noncopyable | |
Noncopyable(const Noncopyable &)=delete | rstudio::launcher_plugins::Noncopyable | |
operator=(const Noncopyable &)=delete | rstudio::launcher_plugins::Noncopyable | |
subscribe(const OnJobStatusUpdate &in_onJobStatusUpdate) | rstudio::launcher_plugins::jobs::JobStatusNotifier | |
subscribe(const std::string &in_jobId, const OnJobStatusUpdate &in_onJobStatusUpdate) | rstudio::launcher_plugins::jobs::JobStatusNotifier | |
Subscription (defined in rstudio::launcher_plugins::jobs::JobStatusNotifier) | rstudio::launcher_plugins::jobs::JobStatusNotifier | friend |
updateJob(const api::JobPtr &in_job, api::Job::State in_newStatus, const std::string &in_statusMessage="", const system::DateTime &in_invocationTime=system::DateTime()) | rstudio::launcher_plugins::jobs::JobStatusNotifier |