The RunStatus type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Handle | (Overrides ShareableBase Handle.) | |
| Message | Returns an empty string if the result was Accept, and otherwise returns a string that provides additional information about the Warning, Reject, or Error condition. | |
| ProcessingTime | Returns the time in milliseconds taken to perform the tool's processing when its Run function was called. This excludes the time taken by event handlers connected to the tool. | |
| Result | Gets a result code that indicates the overall result of running the tool. | |
| TotalTime | Returns the total time in milliseconds taken by the tool's Run function. This includes the time taken by event handlers connected to the tool. |
See Also