wex
v19.10.0
|
Offers methods to start, stop things. More...
#include <wex/interruptable.h>
Static Public Member Functions | |
static bool | cancel () |
Cancel interruptable process. More... | |
static bool | is_cancelled () |
Check whether process was cancelled. | |
static bool | is_running () |
Is process running. | |
static bool | start () |
Starts interruptable process. More... | |
static void | stop () |
Stops interruptable process. | |
Offers methods to start, stop things.
|
static |
Cancel interruptable process.
Returns false if process was not running.
|
static |
Starts interruptable process.
Returns false if process is already running.