UNPKG

109 BTypeScriptView Raw
1export declare enum ProcessState {
2 Errored = "errored",
3 Online = "online",
4 Stopped = "stopped"
5}