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

Function stop

packages/angular_devkit/architect/src/schedule-by-name.ts:128–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 .getChannel<BuilderProgressReport>('progress', progressSchema)
127 .pipe(shareReplay(1)),
128 stop() {
129 job.stop();
130
131 return job.outboundBus
132 .pipe(
133 ignoreElements(),
134 catchError(() => EMPTY),
135 )
136 .toPromise();
137 },
138 };
139}
140

Callers

nothing calls this directly

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected