NorskManager.stopJob() method
Stop a job running on a node
Signature:
stopJob(jobId: JobId, role: Role, nodeId: NodeId, opts?: StopJobOptions): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
jobId |
The job to stop |
|
role |
The instance key for this instance, such as e.g. "primary" or "backup" |
|
nodeId |
The node to stop the job on |
|
opts |
(Optional) |
Returns:
Promise<void>