RefreshExecStatusInfo Method
Description
Refreshes the execution status from the execution controller.
Syntax
Visual Basic
Public Sub RefreshExecStatusInfo( _
   ByVal TestData As Variant, _
   ByVal Force As Boolean _
) 
Parameters
TestData
Either "all" or a comma-separated list of test IDs
Force
If True, refresh all requested tests. If False, refresh only those tests whose status has changed since the last call.
See Also