StopTrace

Stops a BlueZone COM trace. Used in conjunction with StartTrace.

Parameters
None.
Returns
None.
Remarks
Used for troubleshooting purposes. Place StopTrace after you close the BlueZone session so that you capture as much information as possible.
Example
Set bzhao = CreateObject( "BZWhll.WhllObj" )
bzhao.StartTrace( "tracefile.txt")
bzhao.connect( "A" )
Place additional script commands here.
bzhao.CloseSession 1, 1
bzhao.StopTrace