Click or drag to resize

UpdateActionExecutionType Enumeration

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum UpdateActionExecutionType
Members
  Member nameValueDescription
BeforeBootup0 Denotes update actions that are designed to execute before OIS boots up.
AfterBootup1 Denotes update actions that are designed to execute after OIS boots up.
AfterFeaturePackageImport2 Denotes update actions that are designed to execute after a featurepackage import
See Also