yitang 发表于 2022-12-18 11:22:28

bool _StopFlag

bool _StopFlag
The _StopFlag variable contains the flag of the mql4-program stop. When the client terminal is trying to stop the program, it sets the _StopFlag variable to true.
To check the state of the _StopFlag you may also use the IsStopped() function.

页: [1]
查看完整版本: bool _StopFlag