Uiinfrastructure API Docs  
 

IProgressTracker Interface

Used to track the progress of a single task. An array of these objects can form reports of total startup.

For a list of all members of this type, see IProgressTracker Members.

public interface IProgressTracker

Types that implement IProgressTracker

Type Description
IndividualTestProgressTracker Manages the test results for a single task. Used to build up a report array that can be used to record results. Has hooks back to progress manager class.

Requirements

Namespace: com.plumtree.uiinfrastructure.diagnostic.testinterface

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

IProgressTracker Members | com.plumtree.uiinfrastructure.diagnostic.testinterface Namespace