class Async::Container::Threaded::Child::Status

def success?

@returns [Boolean]
Whether the status represents a successful outcome.
def success?
	@error.nil?
end