Definition at line 30 of file isDSinFAX.py.
◆ __init__()
def isDSinFAX.Command.__init__ |
( |
|
self, |
|
|
|
cmd |
|
) |
| |
◆ run()
def isDSinFAX.Command.run |
( |
|
self, |
|
|
|
timeout |
|
) |
| |
Definition at line 36 of file isDSinFAX.py.
36 def run(self, timeout):
39 self.process = subprocess.Popen(self.cmd, shell=
True)
40 self.process.communicate()
42 thread = threading.Thread(target=target)
47 print (
'Terminating process')
48 self.process.terminate()
50 return self.process.returncode
◆ cmd
◆ process
isDSinFAX.Command.process |
The documentation for this class was generated from the following file: