class Async::Task

def running?

Returns:
  • (Boolean) -
def running?
	@status == :running
end