Accessing the Results of the Previous Update

The results of the last update to be applied can be accessed using the ReadLastUpdateInformation method of the Update Controller.  This method returns the following information about the last update to be applied:

      Completed Time
The time that the update completed execution

      Error Text
If the last update ended in an error condition, the text of the error can be read.

      Log Path
The path to the action list log file that was created by the update.

      Result
The final result of the update.  Success, Failure, Cancellation.

      Starting Version
The software version that initiated the update

      Update Version
The update version that was applied.