ALM Open Test Architecture API Type Library Version 12.55
RefreshExecStatusInfo Method
Either "all" or a comma-separated list of test IDs
If True, refresh all requested tests. If False, refresh only those tests whose status has changed since the last call.
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

IExecutionStatus Collection  | IExecutionStatus Members