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