isBusy
JobSystemInterface::isBusy
Checks if any worker thread is still executing a job.
Declaration
bool isBusy();
Parameters
None.
Returns
true if any worker thread is still executing a job, else, returns false.
JobSystemInterface::isBusy
Checks if any worker thread is still executing a job.
bool isBusy();
None.
true if any worker thread is still executing a job, else, returns false.