killingServerProcess method

void killingServerProcess(
  1. String reason
)

Called when the Server is terminating the server process rather than requesting that the server stop itself.

Implementation

void killingServerProcess(String reason) {
  log('FORCIBLY TERMINATING SERVER: ', reason);
}