class Async::Container::Statistics

def failed?

@returns [Boolean] If the failure count is greater than 0.
Whether there have been any failures.
def failed?
	@failures > 0
end