class Async::Task

def stopped?

The task has been stopped
def stopped?
	@status == :stopped
end