Persisted returns true if the Task is persisted in DB
()
| 36 | ShouldPersist() bool |
| 37 | // Persisted returns true if the Task is persisted in DB |
| 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 |
no outgoing calls
no test coverage detected