worker.isDead()
This function returns true
if the worker's process has terminated (either because of exiting or being signaled). Otherwise, it returns false
.
worker.isDead()
This function returns true
if the worker's process has terminated (either because of exiting or being signaled). Otherwise, it returns false
.
Please login to continue.