Lines Matching refs:status
312 status = self.__depot_handle.poll()
313 if status != None:
504 # exit status
516 # exit status
569 status = dc.stop()
570 if status is None:
571 print(" Result: Exited {0}".format(status), end=" ")
572 elif status == 0:
574 elif status < 0:
575 print(" Result: Signal {0:d}".format(-1 * status), end=" ")
577 print(" Result: Exited {0:d}".format(status), end=" ")