}, function (code) {
            if (code === 0) {
                common.log('debug', 'The machine was stopped correctlly');
            } else {
                common.log('error', 'The machine stop command finished with an error: ' + code);