memoryCheckintervalSeconds
ui memoryCheckintervalSeconds int time
Description
Sets the memory check interval from 0 through 60. If the memory check interval is set to 0 then there is no memory checking and if it is set from 1 to 60 then it specifies the number of seconds between each check.
GUI Equivalent
Examples
envGetVal("ui" "memoryCheckintervalSeconds")
envSetVal("ui" "memoryCheckintervalSeconds" 'int 2)
Related Topics
Return to top