Type alias TaskParams<TP, CommonTaskContext>
TaskParams<TP, CommonTaskContext>: { commonContext: CommonTaskContext; disabled: boolean; end: Date | undefined; errorCount: number; errors: Set<{ error: Error; ts: Date; }>; props: TP; runCount: number; runErrorCount: number; start: Date | undefined; status: TaskStatusType; uuid: string; } Type declaration
disabled: boolean
end: Date | undefined
errorCount: number
errors: Set<{
error: Error;
ts: Date;
}>
props: TP
runCount: number
runErrorCount: number
start: Date | undefined
Readonly
uuid: string
Task constructor params