We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04dd84 commit 416f071Copy full SHA for 416f071
src/interfaces.ts
@@ -2,13 +2,23 @@
2
3
// Only add simple interfaces here. No import's allowed
4
5
+// Only add simple interfaces here. No import's allowed
6
7
8
9
10
11
12
export enum ConnectionStatus {
13
NotStarted,
14
Starting,
15
RunningLoading,
16
RunningLoaded,
17
Stopping,
- Failed
18
+ Failed,
19
+ Stopped,
20
+ Initializing,
21
+ InitializationComplete
22
}
23
24
export enum ConnectionType {
0 commit comments