A progress monitor task cookie represents a task in progress.

Namespace:  Gallio.Runtime.ProgressMonitoring
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public struct ProgressMonitorTaskCookie : IDisposable
Visual Basic (Declaration)
Public Structure ProgressMonitorTaskCookie _
	Implements IDisposable

Remarks

When it is disposed, the corresponding IProgressMonitor's Done()()() method is called.

See Also