The methods of Foundation.NSProgress are listed below. For a list of all members, see the NSProgress Members list.
See Also: Inherited members from Foundation.NSObject
BecomeCurrent(long)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. | ||
Cancel()Cancels progress tracking. | ||
static | FromTotalUnitCount(long)Factory method that creates a new NSProgress, which is constructed as a child of the CurrentProgress, if non-null. | |
Pause()Documentation for this section has not yet been entered. | ||
ResignCurrent()Documentation for this section has not yet been entered. | ||
SetCancellationHandler(Action)Documentation for this section has not yet been entered. | ||
SetPauseHandler(Action)Documentation for this section has not yet been entered. | ||
SetUserInfo(NSObject, NSString)Documentation for this section has not yet been entered. | ||