HH\server_is_stopping

Whether the server is going to stop soon

namespace HH;

function server_is_stopping(): bool;

Returns

  • bool - - True if server is going to stop soon, False if server is not running, or is running without a schedule to stop.