StopLog
Logfile management function.
The StopLog function stops logging statements to the log file. Not available in WinTask Lite.
Syntax
StopLog
Parameters
None
Example
LogFile("c:\Program Files\Wintask\Logs\current.log",1,1)
Shell("notepad")
LogFile("c:\Program Files\WinTask\Log\history.log",1,1)
UseWindow("NOTEPAD.EXE|Edit|Untitled-Notepad|1",1)
StopLog
SendKeys("Hello<Enter>")