#include <ActiveResult.h>
Definition at line 145 of file ActiveResult.h.
◆ ActiveResultHolder()
◆ ~ActiveResultHolder()
◆ error() [1/3]
If the active method threw an exception, a textual representation of the exception is returned. An empty string is returned if the active method completed successfully.
Definition at line 190 of file ActiveResult.h.
◆ error() [2/3]
◆ error() [3/3]
◆ exception()
If the active method threw an exception, a clone of the exception object is returned, otherwise null.
Definition at line 201 of file ActiveResult.h.
◆ failed()
Returns true if the active method failed (and threw an exception). Information about the exception can be obtained by calling error().
Definition at line 183 of file ActiveResult.h.
◆ notify()
Notifies the invoking thread that the result became available.
Definition at line 177 of file ActiveResult.h.
◆ tryWait()
Waits up to the specified interval for the result to become available. Returns true if the result became available, false otherwise.
Definition at line 161 of file ActiveResult.h.
◆ wait() [1/2]
Pauses the caller until the result becomes available.
Definition at line 155 of file ActiveResult.h.
◆ wait() [2/2]
Waits up to the specified interval for the result to become available. Throws a TimeoutException if the result did not became available.
Definition at line 169 of file ActiveResult.h.
◆ _event
◆ _pExc
The documentation for this class was generated from the following file:
- C:/Users/lachl/Downloads/ArkServerAPI_NEW/ASE/AseApi-main/include/Poco/Poco/ActiveResult.h