The properties of Foundation.NSProgress are listed below. For a list of all members, see the NSProgress Members list.
See Also: Inherited members from Foundation.NSObject
| Cancellable | bool. Whether this is tracking work that can be cancelled. | |
| [read-only] | Cancelled | bool. Whether this is tracking work that was cancelled. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| CompletedUnitCount | long. The number of work units for the current job that have already been completed. | |
| [read-only] static | CurrentProgress | NSProgress. The NSProgress object, if any, associated with the calling thread due to a previous call to BecomeCurrent. |
| [read-only] static | EstimatedTimeRemainingKey | NSString. Represents the value associated with the constant NSProgressEstimatedTimeRemainingKey |
| [read-only] static | FileCompletedCountKey | NSString. Represents the value associated with the constant NSProgressFileCompletedCountKey |
| [read-only] static | FileOperationKindCopying | NSString. Represents the value associated with the constant NSProgressFileOperationKindCopying |
| [read-only] static | FileOperationKindDecompressingAfterDownloading | NSString. Represents the value associated with the constant NSProgressFileOperationKindDecompressingAfterDownloading |
| [read-only] static | FileOperationKindDownloading | NSString. Represents the value associated with the constant NSProgressFileOperationKindDownloading |
| [read-only] static | FileOperationKindKey | NSString. Represents the value associated with the constant NSProgressFileOperationKindKey |
| [read-only] static | FileOperationKindReceiving | NSString. Represents the value associated with the constant NSProgressFileOperationKindReceiving |
| [read-only] static | FileTotalCountKey | NSString. Represents the value associated with the constant NSProgressFileTotalCountKey |
| [read-only] static | FileURLKey | NSString. Represents the value associated with the constant NSProgressFileURLKey |
| [read-only] | FractionCompleted | double. The fraction of the overall work completed by this object and any of its children. Read-only. |
| [read-only] | Indeterminate | bool. Whether the tracked progress is indeterminate. Read-only. |
| Kind | NSString. One of the constants defined by FileOperationKind* or KindFile, indicating the type of progress being made. | |
| [read-only] static | KindFile | NSString. Represents the value associated with the constant NSProgressKindFile |
| LocalizedAdditionalDescription | string. A description of the kind of progress being made, more specific than LocalizedAdditionalDescription. | |
| LocalizedDescription | string. A localized description of the progress being tracked, more specific than Kind, but less specific than LocalizedAdditionalDescription. | |
| Pausable | bool. Documentation for this section has not yet been entered. | |
| [read-only] | Paused | bool. Documentation for this section has not yet been entered. |
| [read-only] static | ThroughputKey | NSString. Represents the value associated with the constant NSProgressThroughputKey |
| TotalUnitCount | long. Documentation for this section has not yet been entered. | |
| [read-only] | UserInfo | NSDictionary. Documentation for this section has not yet been entered. |