LastUpdate Class |
Namespace: Kjs.AppLife.Update.Controller
The LastUpdate type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ApplicationId |
Gets the Application ID for the update.
|
![]() | CompletedTime |
Gets the time the update was completed.
|
![]() | ErrorText |
Gets text describing the error that caused the update to fail,
if the update had an error, or an empty string if not.
|
![]() | LogPath |
Gets the path to the update's log file.
|
![]() | Result |
Gets the result of the update, or if no
information about the update's result could be found.
|
![]() | StartingVersion |
Gets the version of the application that applied the update, or
if the application's version could not be found.
|
![]() | UpdateVersion |
Gets the version of the update, or if the
update's version could not be found.
|