Documentation / listr2 / ListrTaskRetry
Interface: ListrTaskRetry
Tasks can retry themselves when defined.
- This holds the value of the current error and the current retry attempt.
Properties
count
count:
number
Defined in
packages/listr2/src/interfaces/task.interface.ts:95
error?
optional
error:Error
Defined in
packages/listr2/src/interfaces/task.interface.ts:96