Linux
% sudo /sbin/service worker restart
OSX OS X
% sudo launchctl stop com.pipelinefx.worker
% sudo launchctl start com.pipelinefx.worker
...
Windows (Command line)
From a command prompt:
C:> net stop qubeworker
C:> net start qubeworker