ServerRestartScheduled
Defined in: src/events/ServerRestartScheduled.ts:3
Extends
Section titled “Extends”Properties
Section titled “Properties”event:
string
Defined in: src/events/BaseEvent.ts:5
Inherited from
Section titled “Inherited from”id:
number
Defined in: src/events/BaseEvent.ts:4
Inherited from
Section titled “Inherited from”ok:
boolean
Defined in: src/packets/Data.ts:2
Inherited from
Section titled “Inherited from”restartAt
Section titled “restartAt”restartAt:
Date
Defined in: src/events/ServerRestartScheduled.ts:11
The time that the server will restart.
restartSeconds
Section titled “restartSeconds”restartSeconds:
number
Defined in: src/events/ServerRestartScheduled.ts:8
The number of seconds specified until the server restart.
restartType
Section titled “restartType”restartType:
"automatic"
|"manual"
Defined in: src/events/ServerRestartScheduled.ts:5
The type of restart. Will be automatic
or manual
.
time:
Date
Defined in: src/events/ServerRestartScheduled.ts:14
The time that this restart was scheduled.
Overrides
Section titled “Overrides”type:
string
Defined in: src/packets/Data.ts:3