OnIterationComplete is called when the one iteration is completed
(executed time.Duration)
| 65 | OnRetry(err error) |
| 66 | // OnIterationComplete is called when the one iteration is completed |
| 67 | OnIterationComplete(executed time.Duration) |
| 68 | // OnStatusTransition is called when the Task status is changed |
| 69 | OnStatusTransition(newStatus task.Status) |
| 70 |