The following tables list the members exposed by OperationalStatus.
Public Properties
| Name | Description |
 | CommandName | Get the name of the command that is pending, running, or was last run. |
 | CommandStatus | Get the status of the command that is pending, running, or was last run. |
 | EstimatedRemainingTime | Get the estimated remaining time before the command that is pending, running, or was last run completes. |
 | Progress | Get the progress of the command that is pending, running, or was last run, as a normalised value. |
 | ProgressAsPercentage | Get the progress of the command that is pending, running, or was last run, as a percentage. |
Top
Public Methods
| Name | Description |
 | ToString | Returns a string that represents the current object. |
Top
See Also