Enables or disables the users' ability to exit a script from the tray icon menu.
Break ( mode )
Please only disable break with good reason.
AutoIt normally creates a tray icon when running, and right-clicking this icon allows the user to pause or exit the script. If Break() is disabled (0), then the user cannot terminate the script this way.
Break (0);Disable break