class Async::Task

def running?

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