source: trip-planner-front/node_modules/@angular-devkit/architect/src/progress-schema.js@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 484 bytes
Line 
1"use strict";
2// THIS FILE IS AUTOMATICALLY GENERATED. TO UPDATE THIS FILE YOU NEED TO CHANGE THE
3// CORRESPONDING JSON SCHEMA FILE, THEN RUN devkit-admin build (or bazel build ...).
4Object.defineProperty(exports, "__esModule", { value: true });
5exports.State = void 0;
6var State;
7(function (State) {
8 State["Error"] = "error";
9 State["Running"] = "running";
10 State["Stopped"] = "stopped";
11 State["Waiting"] = "waiting";
12})(State = exports.State || (exports.State = {}));
Note: See TracBrowser for help on using the repository browser.