StopTrace

Used to stop a BlueZone 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 Host = CreateObject( "BZWhll.WhllObj" )

 

Host.StartTrace( "tracefile.txt")

Host.connect( "A" )

 

...additional script commands here...

 

Host.CloseSession 1, 1

Host.StopTrace