StopWatchStack.

PopStop() Method

Summary

Pops the last started stopwatch and returns its elapsed time.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Util
Containing Type
StopWatchStack

Syntax

public TimeSpan PopStop()

Return Value

Type Description
TimeSpan The elapsed time of the last started stopwatch.