OperationStatus Members
Public Properties
Gets the error that occurred for the operation represented by the OperationStatus, if State is OperationState.Failed, or null otherwise. | |
Gets the maximum amount of progress for the operation represented by the OperationStatus, if State is OperationState.Working, or -1 otherwise or if the operation's progress maximum is unknown. | |
Gets a value representing the percentage of progress completed by the operation. | |
Gets the current amount of progress for the operation represented by the OperationStatus, if State is OperationState.Working, or 0 otherwise or if the operation's progress is unknown. | |
Gets the state of the operation represented by the OperationStatus. | |
Gets the type of operation represented by the OperationStatus. |
See Also