UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

12 lines 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RuntimeStatus = void 0; var RuntimeStatus; (function (RuntimeStatus) { RuntimeStatus["STARTING"] = "starting"; RuntimeStatus["RUNNING"] = "running"; RuntimeStatus["STOPPED"] = "stopped"; RuntimeStatus["ERROR"] = "error"; RuntimeStatus["RESTARTING"] = "restarting"; })(RuntimeStatus || (exports.RuntimeStatus = RuntimeStatus = {})); //# sourceMappingURL=runtime-status.js.map