IBackgroundTaskViewerCreateBackgroundProgress Method |
Create and add a background progress to the UI.
Namespace: Demo3D.Visuals.BackgroundTaskViewerAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
SyntaxIBackgroundProgress CreateBackgroundProgress(
string title,
string initialStatus,
BackgroundTaskState initialState,
double maxProgress,
bool isPersistent
)
Parameters
- title String
- The title of the task
- initialStatus String
- The initial status
- initialState BackgroundTaskState
- The initial state
- maxProgress Double
- Max progress, set to -1 to hide the progress bar
- isPersistent Boolean
- When persistent, the task will not be removed on a reset or opening a new model.
Return Value
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