wex v24.04.0
Static Public Member Functions | List of all members
wex::interruptible Class Reference

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

#include <wex/core/interruptible.h>

Inheritance diagram for wex::interruptible:
Inheritance graph
[legend]

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()

static bool wex::interruptible::end ( )
static

Stops the interruptible process.

Returns false if process is not running.

◆ start()

static bool wex::interruptible::start ( )
static

Starts the interruptible process.

Returns false if process is already running.