netTracerStopLayer
layoutXL netTracerStopLayer boolean { t | nil }
Description
Controls whether stop layers defined on the Net Tracer Custom Setup Form form are traced through.
GUI Equivalent
|
Use custom stop layers (Net Tracer Options Form) |
Examples
envGetVal("layoutXL" "netTracerStopLayer")
envSetVal("layoutXL" "netTracerStopLayer" 'boolean t)
envSetVal("layoutXL" "netTracerStopLayer" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top