RPCIsInWarmup

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

NameDescription
outStatusIf non-null, set to the current warmup status message.