Package: effect
Module: ExecutionPlan
Metadata describing the currently running execution-plan attempt.
Details
attempt is the current 1-based attempt number, and stepIndex is the
0-based index of the plan step currently being evaluated.
Signature
export interface Metadata {
readonly attempt: number
readonly stepIndex: number
}
Since v4.0.0