AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
◆ KickBulkWaitUntil() [2/2]
Sends a kick message to a task and block the current thread until the reply is received or a timeout has occurred. For a relative time, something like the following is needed. (ten second timeout). std::chrono::steady_clock::time_point until = std::chrono::steady_clock::now() + std::chrono::seconds(10); KickWaitUntil(until,...); * but can be done using the DeltaTimeToTimePoint() static method.
References drama::CreateRunDramaTask(), and drama::Path::KickBulkWaitUntil(). |
Click here for the DRAMA home page and here for the AAO home page.
For more information, contact tony.farrell@mq.edu.au
Generated on Thu Dec 12 2024 23:07:35 for AAO DRAMA/DRAMA2 C++ Interface by 1.9.8