TestCenter Reference
Async.py File Reference

Go to the source code of this file.

Namespaces

 TestSupport.Async
 Support functions for asynchronous module handling.
 

Functions

def TestSupport.Async.waitForModules (moduleList)
 Ask to wait for given modules to finish asynchronous processing. More...
 
def TestSupport.Async.waitForModule (module)
 Method to wait for the given module to finish its task. More...
 
def TestSupport.Async.setFinished ()
 Set task to be finished. More...
 

Variables

 TestSupport.Async.gFinished = None
 Global variable for state tracking of the watched module. More...