Click or drag to resize

TimerControllerSkipTimerValidation Method

Checks if timer repeat pattern should be validated

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool SkipTimerValidation(
	Timer timer
)

Parameters

timer
Type: Omada.OE.ModelTimer
timer to evaluate

Return Value

Type: Boolean
true if timer repeat factor should not be validated
See Also