Skip to main content

server_warmup_status_monotonic

Note

This is a point-in-time snapshot of the API documentation from January 2026. Going forward, we will not be maintaining a public copy of these references, and recommend users to refer to the built-in signature helpers available in the Hack LSP instead for complete and up-to-date information.

Returns a good description of the warmup status of the server, based on process-global state

namespace HH;

function server_warmup_status_monotonic(): string;

Returns

  • string - - If the server appears to be warmed up, returns the empty string. Otherwise, returns a human-readable description of why the server is not warmed up. Unlike server_warmup_status(), this function is monotonic, i.e., once it returns empty string, it will keep returning empty string.