[#RPCIsInWarmup] = RPCIsInWarmup :mrdocs: Report whether the RPC server is still warming up. == Synopsis Declared in `<rpc/server.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool RPCIsInWarmup(std::string* outStatus); ---- == Return Value True while warmup is in progress. == Parameters [cols="1,4"] |=== | Name| Description | *outStatus* | If non‐null, set to the current warmup status message. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#