Runs and returns true if it should be rescheduled ASAP. @param workerId worker id @param runStatus set to 1 when job is running, 2 when it is halting @return true if job should be rescheduled ASAP
(int workerId, @NotNull RunStatus runStatus)
| 47 | * @return true if job should be rescheduled ASAP |
| 48 | */ |
| 49 | boolean run(int workerId, @NotNull RunStatus runStatus); |
| 50 | |
| 51 | /** |
| 52 | * Runs and returns true if it should be rescheduled ASAP. |
no outgoing calls