MCPcopy Index your code
hub / github.com/angular/angular-cli / stop

Method stop

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

* Stop the builder from running. Returns a promise that resolves when the builder is stopped. * Some builders might not handle stopping properly and should have a timeout here.

()

Source from the content-addressed store, hash-verified

100 * Some builders might not handle stopping properly and should have a timeout here.
101 */
102 stop(): Promise<void>;
103}
104
105/**

Callers 1

scheduleTargetAndForgetFunction · 0.65

Implementers 5

SimpleSchedulerpackages/angular_devkit/architect/src/
BundleActionExecutorpackages/angular_devkit/build_angular/
Spinnerpackages/angular_devkit/build_angular/
LocalDevserverpackages/angular/cli/src/commands/mcp/
HarnessBuilderContextmodules/testing/builder/src/builder-ha

Calls

no outgoing calls

Tested by

no test coverage detected