BloombergLP::bslmt::TimedCompletionGuard::updateText

Update the completion-guard message text to text.

Synopsis

Declared in <bslmt_timedcompletionguard.h>

int
updateText(std::string_view const& text);

Description

Return 0 on success, and a non-zero value if false == isGuarding().

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
textnew message text for the guard