| AsyncOperationTSetTargetProgress Method |
Sets a target progress of the async operation (target progress will be clamped [1, int.MaxValue])
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.Async
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax public void SetTargetProgress(
int targetProgress
)
Parameters
- targetProgress
- Type: SystemInt32
A progress limit of the async operation.
See Also