class Async::Task

def to_s

@returns [String] A description of the task and it's current status.
def to_s
	"\#<#{self.description} (#{@status})>"
end