Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 7.5-0

    Linux

    % $ sudo /usr/bin/systemctl restart worker

    Or,

    $ sudo /sbin/service worker restartOSX


    macOS

    % $ sudo launchctl stop com.pipelinefx.worker
    % $ sudo launchctl start com.pipelinefx.worker

    Windows

    ...

    Administrative Tools)
    Click :

           Click on the Services icon in the Administrative Tools section of the Windows Control Panel. Select Then select the qubeWorker service and right click to select Restart from the menu.


    Windows (Command line)
    Command line - From a command prompt:

    C   C:>net sc stop qubeworker
    C   C:> net sc start qubeworker