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

Method schedule

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

* Schedule a job to be run, using its name. * @param name The name of job to be run. * @param argument The argument to send to the job when starting it. * @param options Scheduling options. * @returns The job being run.

(
    name: JobName,
    argument: A,
    options?: ScheduleJobOptions,
  )

Source from the content-addressed store, hash-verified

432 * @returns The job being run.
433 */
434 schedule<
435 A extends MinimumArgumentValueT,
436 I extends MinimumInputValueT,
437 O extends MinimumOutputValueT,

Callers 11

scheduleByNameFunction · 0.65
getTargetOptionsFunction · 0.65
getProjectMetadataFunction · 0.65
getBuilderNameForTargetFunction · 0.65
validateOptionsFunction · 0.65
createDispatcherFunction · 0.65
dispatcher_spec.tsFile · 0.65
strategy_spec.tsFile · 0.65
addTaskMethod · 0.65

Implementers 1

SimpleSchedulerpackages/angular_devkit/architect/src/

Calls

no outgoing calls

Tested by

no test coverage detected