Minor refactoring
This commit is contained in:
8
src/Client/ClientStatus.ts
Normal file
8
src/Client/ClientStatus.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export default class ClientStatus {
|
||||
static readonly CONNECTING: string = "CONNECTING";
|
||||
static readonly CONNECTED: string = "CONNECTED";
|
||||
static readonly BUSY: string = "BUSY";
|
||||
static readonly BINDING: string = "BINDING";
|
||||
static readonly BOUND: string = "BOUND";
|
||||
static readonly NOT_CONNECTED: string = "NOT CONNECTED";
|
||||
}
|
Reference in New Issue
Block a user