Enum UpdateStatus
Contains the current software update status.
Used in the SoftwareUpdate response returned by the treminal.
The following values are valid:
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum UpdateStatus
Fields
| Name | Description |
|---|---|
| RunningNoReboot | The software update is running. No terminal reboot is needed to complete it. |
| RunningReboot | The software update is running. At least one (or more) terminal reboot(s) is/are needed to complete it. |
| Unknown | Invalid/unknown constant value. |
| UpToDate | The actual software is up to date and no software update will be made. |