Click or drag to resize

IBackgroundProgressReportState Method

Update the current state of the background task

Namespace: Demo3D.Visuals.BackgroundTaskViewer
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
void ReportState(
	BackgroundTaskState state
)

Parameters

state  BackgroundTaskState
The new state
See Also