finished

bool libsemigroups::Action::finished() const

Check if Runner::run has been run to completion or not.

Returns true if Runner::run has been run to completion. For this to work, the implementation of Runner::run in a derived class of Runner must either use Runner::set_finished or implement a specialisation of Runner::finished_impl.

Parameters

(None)

Return

A bool.

See

Runner::started