Contains information about a currently executing operation.
Name | Description | |
---|---|---|
OperationProgress(int? percent) | ||
OperationProgress(string message) |
Initializes a new instance of the OperationProgress class. |
|
OperationProgress(int? percent, string message) | ||
OperationProgress(int? percent, string message, bool stalled) |
Name | Description | |
---|---|---|
Message |
Gets the message. |
|
Percent |
Gets the percent complete. |
|
Stalled |
Returns true if the operation is waiting for an external resource to become available. |
|
StatementProgress |
Name | Description | |
---|---|---|
ToString |
Returns a string representation of the instance. |