Invoked when the status of a task has changed (e.g., a slave is lost and so the task is lost, a task finishes and an executor sends a status update saying so, etc). If implicit acknowledgements are being used, then returning from this callback _acknowledges_ receipt of this status update! If for wha
(SchedulerDriver driver, TaskStatus status)
| 129 | * @see TaskStatus |
| 130 | */ |
| 131 | void statusUpdate(SchedulerDriver driver, TaskStatus status); |
| 132 | |
| 133 | /** |
| 134 | * Invoked when an executor sends a message. These messages are best |
no outgoing calls
no test coverage detected