wex v25.10.0
wex::interruptible Class Reference

Offers methods to start, stop things. More...

#include <wex/core/interruptible.h>

Inheritance diagram for wex::interruptible:

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.

Detailed Description

Offers methods to start, stop things.

dot_inline_dotgraph_2.png

Member Function Documentation

◆ end()

bool wex::interruptible::end ( )
static

Stops the interruptible process.

Returns false if process is not running.

◆ start()

bool wex::interruptible::start ( )
static

Starts the interruptible process.

Returns false if process is already running.