Skip to content

DI Bag API / index / CloseProgress

Interface: CloseProgress ​

Defined in: errors.ts:189

What a close deadline or abort interrupted: labels still in progress when the wait stopped.

See ​

https://dany-fedorov.github.io/di-bag/agent/errors.html#di-bag-close-timeout

Properties ​

acquisitionsStillPending ​

ts
readonly acquisitionsStillPending: readonly string[];

Defined in: errors.ts:193

Labels of acquisitions that had started and were not ready yet.


disposersStillRunning ​

ts
readonly disposersStillRunning: readonly string[];

Defined in: errors.ts:191

Labels of disposers that started and had not completed.

Ordinary services. Checked composition. Explicit ownership.