ServerRequest
Inheritors
Types
Link copied to clipboard
Send a request to the server to inform all of its clients to hide any status message that may be showing.
Link copied to clipboard
Send a request to the server asking it to increment a monotonically increasing version count.
Link copied to clipboard
@Serializable
@SerialName(value = "PauseClientEvents")
@ApiStatus.AvailableSince(value = "0.23.0")
Send a request to the server asking it to stop sending out events to its clients.
Link copied to clipboard
@Serializable
@SerialName(value = "ResumeClientEvents")
@ApiStatus.AvailableSince(value = "0.23.0")
Send a request to the server asking it to resume sending out events to its clients.
Link copied to clipboard
Ask the server to stop running.