Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/3515-standardlibrary-expertclasses-expertbaseclasses-cexpert-cexpertontimerprocess.md
T
2026-06-23 21:47:51 +08:00

425 B

OnTimerProcess

Sets the OnTimer event handling flag.

void  OnTimerProcess(
   bool     value        // flag
   )

Parameters

value

[in] OnTimer event handling flag.

Return Value

None.

Note

If the flag is true, the OnTimer event is handled. By default, the flag is set to false.