effect-io-ai

Package: effect
Module: Schedule

Schedule.CurrentMetadata

Context reference containing metadata for the currently running schedule step.

Details

Repeat, retry, stream, and channel scheduling operations provide this service to effects run between schedule steps. The default value contains undefined input and output values, zero duration, and zeroed timing fields before any schedule step has produced metadata.

Signature

declare const CurrentMetadata: Context.Reference<Metadata<unknown, unknown>>

Source

Since v4.0.0