isBusy

JobSystem::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.