UNPKG

test-bed-time-service

Version:

A time service for the test-bed, producing messages with real time, fictive time and scenario duration.

11 lines 383 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var States; (function (States) { States["Idle"] = "Idle"; States["Initialized"] = "Initialized"; States["Started"] = "Started"; States["Paused"] = "Paused"; States["Stopped"] = "Stopped"; })(States = exports.States || (exports.States = {})); //# sourceMappingURL=states.js.map