Public Member Functions | |
SC::Result | get (ProcessDescriptor::ExitStatus &status) |
![]() | |
AsyncProcessExit & | getAsync () |
const AsyncProcessExit & | getAsync () const |
AsyncResult (AsyncRequest &request, SC::Result &&res) | |
Constructs an async result from a request and a result. | |
AsyncResult (AsyncRequest &request) | |
Constructs an async result from a request. | |
![]() | |
AsyncResult (AsyncRequest &request, SC::Result &&res) | |
Constructs an async result from a request and a result. | |
AsyncResult (AsyncRequest &request) | |
Constructs an async result from a request. | |
void | reactivateRequest (bool value) |
Ask the event loop to re-activate this request after it was already completed. | |
const SC::Result & | isValid () const |
Check if the returnCode of this result is valid. | |
Additional Inherited Members | |
![]() | |
CompletionData | completionData |
![]() | |
AsyncRequest & | async |
![]() | |
bool | shouldBeReactivated = false |
bool | shouldCallCallback = true |
SC::Result | returnCode = SC::Result(true) |