Click or drag to resize

ISystemUpdateActionAfterBootup Property

Set to true if the update should be executed after the "bootup" of the system. This means that the data cache is available, and there is an AppIdentity on the thread. Typically update actions which only contains SQL updates should be executed before bootup. Update actions which contains code logic must always be executed after bootup.

Namespace:  Omada.OE.AppLogic.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
bool AfterBootup { get; }

Property Value

Type: Boolean
See Also