IBackgroundTaskViewerCreateBackgroundProgress Method |
Create and add a background progress to the UI.
Namespace:
Demo3D.Visuals.BackgroundTaskViewer
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
SyntaxIBackgroundProgress CreateBackgroundProgress(
string title,
string initialStatus,
BackgroundTaskState initialState,
double maxProgress,
bool isPersistent
)
Parameters
- title
- Type: SystemString
The title of the task - initialStatus
- Type: SystemString
The initial status - initialState
- Type: Demo3D.Visuals.BackgroundTaskViewerBackgroundTaskState
The initial state - maxProgress
- Type: SystemDouble
Max progress, set to -1 to hide the progress bar - isPersistent
- Type: SystemBoolean
When persistent, the task will not be removed on a reset or opening a new model.
Return Value
Type:
IBackgroundProgress[Missing <returns> documentation for "M:Demo3D.Visuals.BackgroundTaskViewer.IBackgroundTaskViewer.CreateBackgroundProgress(System.String,System.String,Demo3D.Visuals.BackgroundTaskViewer.BackgroundTaskState,System.Double,System.Boolean)"]
See Also