class Async::Task

def finished?

Returns:
  • (Boolean) -
def finished?
	super && @status != :running
end