Click or drag to resize

SystemUpdateActionRepetition Enumeration

Namespace:  Omada.OE.AppLogic.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum SystemUpdateActionRepetition
Members
  Member nameValueDescription
RunOnce0 System action is performed once.
Repeat1 System action is performed over and over - every time at least one other non-reoccuring action is performed.
RepeatUnconditional2 System action is performed over and over - regardless of whether a non-reoccuring action is performed.
See Also