Athena.utility.reconnect ​
Variables ​
default ​
• default: Object
Type declaration ​
Name | Type |
---|---|
invoke | () => Promise <void > |
isWindows | () => boolean |
reconnect | () => Promise <void > |
Defined in ​
server/utility/reconnect.ts:39
Functions ​
invoke ​
Usage
Athena.utility.reconnect.invoke(): Promise
<void
>
Returns ​
Promise
<void
>
Defined in ​
isWindows ​
Usage
Athena.utility.reconnect.isWindows(): boolean
Returns ​
boolean
Defined in ​
server/utility/reconnect.ts:19
reconnect ​
Usage
Athena.utility.reconnect.reconnect(): Promise
<void
>
Returns ​
Promise
<void
>