* @brief Clear the tracker and stop new tasks being assigned. * * Note, all in-flight tasks in a worker will still complete normally. */
| 165 | * Note, all in-flight tasks in a worker will still complete normally. |
| 166 | */ |
| 167 | void cancel() |
| 168 | { |
| 169 | m_is_cancelled = true; |
| 170 | } |
| 171 | |
| 172 | /** |
| 173 | * @brief Trigger the pipeline stage init step. |
no outgoing calls
no test coverage detected