Generic function for cancelling a job
cancelJob.Rd
Generic function for cancelling a job
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.