Show / Hide Table of Contents

Enum SoftwareUpdateState

Defines states for the SoftwareUpdate.

Namespace: Sartorius.SAF.Infrastructure.SoftwareUpdate
Assembly: Sartorius.SAF.dll
Syntax
public enum SoftwareUpdateState

Fields

Name Description
Canceling

Cancellation of software update get process is pending.

Checking

Checking for software update.

Default

Default state.

Getting

Getting software update is in progress.

ReadyToGet

Ready to get the software update.

ReadyToInstall

Ready to install the software update.

Extension Methods

CollectionExtensions.AddRange<T, SoftwareUpdateState>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<SoftwareUpdateState>()
  • View Source
Back to top Generated by DocFX