@itwin/insights-client
Version:
Insights client for the iTwin platform
15 lines • 818 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CarbonUploadState = void 0;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
var CarbonUploadState;
(function (CarbonUploadState) {
CarbonUploadState["Queued"] = "Queued";
CarbonUploadState["Running"] = "Running";
CarbonUploadState["Succeeded"] = "Succeeded";
CarbonUploadState["Failed"] = "Failed";
})(CarbonUploadState || (exports.CarbonUploadState = CarbonUploadState = {}));
//# sourceMappingURL=CarbonCalculation.js.map