cancelJob {Certara.RsNLME} | R Documentation |
Generic function for cancelling a job
Description
Generic function for cancelling a job
Usage
cancelJob(.Object)
## S4 method for signature 'SimpleNlmeJob'
cancelJob(.Object)
Arguments
.Object |
A 'SimpleNlmeJob' object that you want to cancel |
Value
Depends on the specific methods
Prints the 'SimpleNlmeJob' object after attempting to cancel the job. No return value.
Functions
-
cancelJob(SimpleNlmeJob)
: Method for cancelling a job of the 'SimpleNlmeJob' classThis method attempts to cancel a job of the 'SimpleNlmeJob' class. If the job is running on a local host or is not running in the background, it throws an error and does nothing. Otherwise, it uploads a 'STOP' command to the host's remote executor.
[Package Certara.RsNLME version 3.0.1 Index]