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

Method pause

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

* Pause the scheduler, temporary queueing _new_ jobs. Returns a resume function that should be * used to resume execution. If multiple `pause()` were called, all their resume functions must * be called before the Scheduler actually starts new jobs. Additional calls to the same resume * func

()

Source from the content-addressed store, hash-verified

423 * scheduler can resume.
424 */
425 pause(): () => void;
426
427 /**
428 * Schedule a job to be run, using its name.

Callers 1

Implementers 1

SimpleSchedulerpackages/angular_devkit/architect/src/

Calls

no outgoing calls

Tested by

no test coverage detected