Click or drag to resize

IBackgroundTaskViewer Interface

Interface for adding and removing tasks to the background task viewer.

Namespace:  Demo3D.Visuals.BackgroundTaskViewer
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public interface IBackgroundTaskViewer

The IBackgroundTaskViewer type exposes the following members.

Methods
  NameDescription
Public methodCreateBackgroundProgress
Create and add a background progress to the UI.
Public methodRemove
Remove a task
Top
See Also