module Servolux::Threaded
def finished_iterations?
Returns +false+ otherwise.
number of iterations or the thread is no longer running.
Returns +true+ if the activity thread has finished its maximum
def finished_iterations? return true unless _activity_thread.running? @_activity_thread.finished_iterations? end