InputMetadata<Input>Metadata provided to schedule functions containing timing and input information.
metadata
Source effect/Schedule.ts:888 lines
export interface interface InputMetadata<Input>Metadata provided to schedule functions containing timing and input information.
InputMetadata<function (type parameter) Input in InputMetadata<Input>Input> {
readonly InputMetadata<Input>.input: Inputinput: function (type parameter) Input in InputMetadata<Input>Input
readonly InputMetadata<Input>.attempt: numberattempt: number
readonly InputMetadata<Input>.start: numberstart: number
readonly InputMetadata<Input>.now: numbernow: number
readonly InputMetadata<Input>.elapsed: numberelapsed: number
readonly InputMetadata<Input>.elapsedSincePrevious: numberelapsedSincePrevious: number
}Referenced by 3 symbols