ReadonlyrootRoot resource definition for this runtime.
ReadonlyrunNormalized run() options captured for this runtime instance.
ReadonlystateCurrent admission state for new work.
Disposes the runtime and all resources.
Optionaloptions: RuntimeDisposeOptionsEmits an event to trigger hooks.
Optionalpayload: P extends void | undefined ? undefined : POptionaloptions: IEventEmitOptionsEvaluates async health checks for all health-enabled resources or a filtered subset.
OptionalresourceDefs: (Initializes and returns a resource value on-demand (lazy mode only).
Retrieves the configuration passed to a resource.
Synchronously retrieves an initialized resource value.
Stops admitting new external work while allowing active work to continue.
Optionalreason: stringRegisters a recovery condition for the current pause episode.
Re-opens admissions immediately and clears the active recovery episode.
Executes a registered task.
Common interface for the Runner runtime instance. Provides access to tasks, events, resources, and lifecycle management.