Enum SoftwareUpdateStateTransitionReason
Defines reasons for a SoftwareUpdateStateTransition.
Namespace: Sartorius.SAF.Infrastructure.SoftwareUpdate
Assembly: Sartorius.SAF.dll
Syntax
public enum SoftwareUpdateStateTransitionReason
Fields
Name | Description |
---|---|
Cancel | Reason for the transition is 'get process has been canceled'. |
Check | Reason for the transition is 'check for update'. |
Error | Reason for the transition is 'error occurred'. |
Get | Reason for the transition is 'get the update'. |
GetCompleted | Reason for the transition is 'get is completed'. |
HasLocalUpdate | Reason for the transition is 'update is available local'. |
HasNoUpdate | Reason for the transition is 'no update available'. |
HasUpdate | Reason for the transition is 'update is available'. |
Install | Reason for the transition is 'install the update'. |