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