예제 #1
0
 def is_cl2_running(self):
     # In practice it is the former pattern that matches if any, as
     # we have been unsuccessful in naming the process.
     return (miso.have_process(cl2_pattern) or
             miso.have_process(u"cl2app"))
예제 #2
0
 def is_wd_running(self):
     return miso.have_process(wd_pattern)
예제 #3
0
 def is_wd_running(self):
     return miso.have_process(wd_pattern)
예제 #4
0
 def is_cl2_running(self):
     # In practice it is the former pattern that matches if any, as
     # we have been unsuccessful in naming the process.
     return (miso.have_process(cl2_pattern) or
             miso.have_process(u"cl2app"))
예제 #5
0
import miso

print(miso.kill_process)
print(miso.have_process)
print("found process: %d" % miso.have_process(u"Y-Brow*"))