NSProgress.BecomeCurrent(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets this as the current progress object on the calling thread and specifies the number of work units to be carried out by the next child progress object.
[Foundation.Export("becomeCurrentWithPendingUnitCount:")]
public virtual void BecomeCurrent (long pendingUnitCount);
abstract member BecomeCurrent : int64 -> unit
override this.BecomeCurrent : int64 -> unit
Parameters
- pendingUnitCount
- Int64
- Attributes