running¶
-
bool
libsemigroups::Action::running() const noexcept¶ Check if a Runner instance is currently running.
- Return
trueif Runner::run is in the process to run andfalseit is not.- Parameters
(None)
- Return
A
bool.- See
libsemigroups::Action::running() const noexcept¶Check if a Runner instance is currently running.
true if Runner::run is in the process to run and false it is not.
(None)
A bool.