* Stops the job from running. This is different than unsubscribing from the output as in it * sends the JobInboundMessageKind.Stop raw input to the job.
()
| 350 | * sends the JobInboundMessageKind.Stop raw input to the job. |
| 351 | */ |
| 352 | stop(): void; |
| 353 | |
| 354 | /** |
| 355 | * The JobInboundMessage messages TO the job. |
no outgoing calls
no test coverage detected