@chix/flow
Version:
17 lines • 549 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var PMEvents = (function () {
function PMEvents() {
}
PMEvents.ADD_PROCESS = 'addProcess';
PMEvents.REMOVE_PROCESS = 'removeProcess';
PMEvents.START_PROCESS = 'startProcess';
PMEvents.STOP_PROCESS = 'stopProcess';
PMEvents.PROCESS_STATUS = 'processStatus';
PMEvents.ERROR = 'error';
PMEvents.CHANGE_PID = 'changePid';
PMEvents.REPORT = 'report';
return PMEvents;
}());
exports.PMEvents = PMEvents;
//# sourceMappingURL=pm.js.map