Worker::shutdownShutdown the worker Description
public bool Worker::shutdown()
Shuts down the worker after executing all of the stacked tasks. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 Shutdown the referenced worker
The above example will output: bool(true) |