wex v26.04.0
wex::interruptible Class Reference

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

#include <wex/core/interruptible.h>

Inheritance diagram for wex::interruptible:
Inheritance graph

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_119887e7352a4bdfed1eccf36533de6b.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.