Executed returns the duration of the Task execution
()
| 38 | Persisted() bool |
| 39 | // Executed returns the duration of the Task execution |
| 40 | Executed() time.Duration |
| 41 | // Retried returns the number of times the Task has been retried |
| 42 | Retried() int |
| 43 | // Error returns the error of the Task |
no outgoing calls
no test coverage detected