Instance methods
TriggerClient: cancelRunsForJob() Instance Method
The cancelRunsForJob()
instance method will cancel all job runs (yet to be executed) with the given jobId.
Parameters
The job ID to cancel the job runs for. This is the id
you set when using client.defineJob()
or
new Job()
.
Returns
Was this page helpful?