cancelJob: Generic function for cancelling a job

cancelJobR 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' class

    This 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.


Certara.RsNLME documentation built on April 3, 2025, 11:04 p.m.