add property attemptsMade

This commit is contained in:
sebastian krämer
2018-05-26 21:28:17 +02:00
committed by GitHub
parent 8091b46536
commit 106d45fba7

View File

@@ -95,6 +95,11 @@ declare namespace Bull {
*/
data: any;
/**
* How many attempts where made to run this job
*/
attemptsMade: number;
/**
* Report progress on a job
*/