[#BloombergLP-bslmt-TimedCompletionGuard-updateText] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/TimedCompletionGuard.adoc[TimedCompletionGuard]::updateText :relfileprefix: ../../../ :mrdocs: Update the completion‐guard message text to `text`. == Synopsis Declared in `<bslmt_timedcompletionguard.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [cols="1,4"] |=== | Name| Description | *text* | new message text for the guard |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#