|   | SystemUpdateActionRepetition Enumeration | 
  
    Namespace: 
   Omada.OE.AppLogic.Model
    Assembly:
   Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic enum SystemUpdateActionRepetition
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | RunOnce | 0 | 
            System action is performed once.
             | 
 | Repeat | 1 | 
            System action is performed over and over - every time at least one other non-reoccuring action is performed.
             | 
 | RepeatUnconditional | 2 | 
            System action is performed over and over - regardless of whether a non-reoccuring action is performed.
             | 
See Also