Uiinfrastructure API Docs  
 

TimeTracker.SetCheckpoint Method 

SetCheckpoint is used to create a time checkpiont for later retrieval. The checkpoint is identified by a string, and stored in an internal XPHashtable with that string as a key.

public virtual void SetCheckpoint(
   string checkpoint
);

Parameters

checkpoint

See Also

TimeTracker Class | com.plumtree.uiinfrastructure.common Namespace