@sasjs/cli
Version:
Command line interface for SASjs
10 lines (9 loc) • 394 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlowWaveJobStatus = void 0;
var FlowWaveJobStatus;
(function (FlowWaveJobStatus) {
FlowWaveJobStatus["Runnning"] = "running";
FlowWaveJobStatus["Success"] = "success";
FlowWaveJobStatus["Failure"] = "failure";
})(FlowWaveJobStatus = exports.FlowWaveJobStatus || (exports.FlowWaveJobStatus = {}));