AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "StartProcess.h"
Public Member Functions | |
virtual | ~AsyncProcessResult () |
virtual std::future< int > & | GetFutureResult ()=0 |
virtual void | Terminate ()=0 |
Tries to terminate the process. More... | |
Platform and library independent representation of asynchronous process results
|
inlinevirtual |
|
pure virtual |
Returns the future which contains the result of the process as soon it is finished.
Implemented in Acore::AsyncProcessResultImplementation.
|
pure virtual |
Tries to terminate the process.
Implemented in Acore::AsyncProcessResultImplementation.