MacroSettingsExternalTimeoutChecker Property |
Gets or sets the function used as timeout watchdog besides EvaluationTimeout setting. Returns true if timeout has occurred.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public Func<bool> ExternalTimeoutChecker { get; set; }
Property Value
Type:
FuncBooleanSee Also