@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
11 lines (10 loc) • 613 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SemanticSearchJobStatus = void 0;
var SemanticSearchJobStatus;
(function (SemanticSearchJobStatus) {
SemanticSearchJobStatus[SemanticSearchJobStatus["Created"] = 0] = "Created";
SemanticSearchJobStatus[SemanticSearchJobStatus["Started"] = 1] = "Started";
SemanticSearchJobStatus[SemanticSearchJobStatus["Finished"] = 2] = "Finished";
SemanticSearchJobStatus[SemanticSearchJobStatus["Error"] = 3] = "Error";
})(SemanticSearchJobStatus = exports.SemanticSearchJobStatus || (exports.SemanticSearchJobStatus = {}));