MCPcopy
hub / github.com/angular/angular-cli / stop

Method stop

packages/angular_devkit/architect/src/jobs/api.ts:352–352  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

350 * sends the JobInboundMessageKind.Stop raw input to the job.
351 */
352 stop(): void;
353
354 /**
355 * The JobInboundMessage messages TO the job.

Callers 15

index_spec.tsFile · 0.65
stopFunction · 0.65
_executeTargetFunction · 0.65
executor.tsFile · 0.65
index_spec.tsFile · 0.65
index_spec.tsFile · 0.65
stopMethod · 0.65
styles_spec.tsFile · 0.65
web-worker_spec.tsFile · 0.65
index_spec.tsFile · 0.65

Implementers 1

SimpleSchedulerpackages/angular_devkit/architect/src/

Calls

no outgoing calls

Tested by

no test coverage detected