Click or drag to resize

IBackgroundTaskViewerRemove Method

Remove a task

Namespace:  Demo3D.Visuals.BackgroundTaskViewer
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void Remove(
	IBackgroundProgress progress
)

Parameters

progress
Type: Demo3D.Visuals.BackgroundTaskViewerIBackgroundProgress
Task to remove from the viewer
See Also