UNPKG

test-bed-time-service

Version:

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

8 lines (7 loc) 162 B
export declare enum States { Idle = "Idle", Initialized = "Initialized", Started = "Started", Paused = "Paused", Stopped = "Stopped" }