Version:
OperationProgress Class
Contains information about a currently executing operation.
Inheritance Hierarchy
- object
- Inedo.Extensibility.Operations.OperationProgress
Syntax
public
sealed
class
OperationProgress : Inedo.Serialization.ISlimBinarySerializable
Properties
|
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
|
|
Methods
|
Name |
Description |
|
ToString
|
Returns a string representation of the instance.
|