Report whether the RPC server is still warming up.
Synopsis
Declared in <rpc/server.h>
bool
RPCIsInWarmup(std::string* outStatus);
Return Value
True while warmup is in progress.
Parameters
Name |
Description |
outStatus |
If non‐null, set to the current warmup status message. |
Created with MrDocs