class Async::Task

def failed?

@returns [Boolean] Whether the task failed with an exception.
def failed?
	@status == :failed
end