class Async::Task

def running?

@returns [Boolean] Whether the task is running.
def running?
	@status == :running
end