class Async::Task

def stopped?

@returns [Boolean] Whether the task has been stopped.
def stopped?
	@status == :stopped
end