Skip to content
Snippets Groups Projects
Commit 4afa0be5 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Made the documentation for WaitForIt() more explicit.

parent f0fc164f
Branches
Tags
No related merge requests found
Pipeline #12403 passed
Pipeline: caosdb-cppinttest

#12406

    ......@@ -345,7 +345,8 @@ public:
    *
    * A client may request the current status at any time via GetStatus().
    *
    * Use WaitForIt() to join the back-ground execution of this transaction.
    * Use WaitForIt() to join the back-ground execution of this transaction, otherwise the behaviour
    * of getting the ResultSet is undefined.
    */
    auto ExecuteAsynchronously() noexcept -> StatusCode;
    ......@@ -353,7 +354,8 @@ public:
    * Join the background execution and return the status when the execution
    * terminates.
    *
    * Use this after ExecuteAsynchronously().
    * Use this after ExecuteAsynchronously(), otherwise the TransactionStatus still remains
    * EXECUTING.
    */
    [[nodiscard]] auto WaitForIt() const noexcept -> TransactionStatus;
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment