UNPKG

@omnia/fx-models

Version:
11 lines (10 loc) 613 B
"use strict"; 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 = {}));