Searched defs:isRunning (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Main/src-server/ | ||
H A D | NetworkServiceRunner.cpp | 79 if (isRunning()) 127 if (!isRunning()) 161 bool NetworkServiceRunner::isRunning() function in class:NetworkServiceRunner |
/vbox/src/VBox/ValidationKit/testboxscript/ | ||
H A D | testboxcommand.py | 124 if self.isRunning(): 334 def isRunning(self): member in class:TestBoxCommand 339 return oCurTask is not None and oCurTask.isRunning(); |
H A D | testboxtasks.py | 95 def isRunning(self): member in class:TestBoxBaseTask |
/vbox/src/VBox/ValidationKit/testdriver/ | ||
H A D | base.py | 659 def isRunning(self): member in class:Process 679 if self.isRunning(): |
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ | ||
H A D | UISession.h | 179 bool isRunning() const { return machineState() == KMachineState_Running || function in class:UISession |
Completed in 61 milliseconds