IBackgroundProgressReportStatus Method  | 
 
            Update the current status of the background task.
            
 
    Namespace: 
   Demo3D.Visuals.BackgroundTaskViewer
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxvoid ReportStatus(
	string status
)
Parameters
- status
 - Type: SystemString
The new status 
See Also