| UpdateActionExecutionType Enumeration |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic enum UpdateActionExecutionType
Members
| Member name | Value | Description |
---|
| BeforeBootup | 0 |
Denotes update actions that are designed to execute before OIS boots up.
|
| AfterBootup | 1 |
Denotes update actions that are designed to execute after OIS boots up.
|
| AfterFeaturePackageImport | 2 |
Denotes update actions that are designed to execute after a featurepackage import
|
See Also