Settings for the frequency of time rule execution.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public enum TimeRuleMode |
Visual Basic |
---|
Public Enumeration TimeRuleMode |
Members
Member name | Value | Description | |
---|---|---|---|
Daily | 0 | Run the rule daily. | |
ByDay | 1 | Run the rule on certain days of the week. | |
ByDate | 2 | Run the rule once on a specific date. | |
Interval | 3 | Run the rule at specific time intervals. | |
ByTimer | 4 | Run the sequence after the interval has passed. |