activeOn
layoutXL.wspCheck activeOn boolean { t | nil }
Description
Specifies whether the WSP Active check is enabled when the Batch Checker is first opened in a session. The default value is nil.
GUI Equivalent
Examples
envGetVal("layoutXL.wspCheck" "activeOn")
envSetVal("layoutXL.wspCheck" "activeOn" 'boolean t)
envSetVal("layoutXL.wspCheck" "activeOn" 'boolean nil)
Related Topics
WSP | SP Active Checker Environment Variables
Checking WSP | SP Active Using Batch Checker
Return to top