wex v24.10.0
|
Offers methods to start, stop things. More...
#include <wex/core/interruptible.h>
Static Public Member Functions | |
static bool | start () |
Starts the interruptible process. | |
static bool | end () |
Stops the interruptible process. | |
static bool | is_running () |
Returns true if process is running. | |
Offers methods to start, stop things.
|
static |
Stops the interruptible process.
Returns false if process is not running.
|
static |
Starts the interruptible process.
Returns false if process is already running.