lxcuUpdate
layoutXL lxcuUpdate boolean { t | nil }
Description
Specifies whether to run application updates.
The default is nil, which means to run the application checks only.
GUI Equivalent
Examples
envGetVal("layoutXL" "lxcuUpdate")
envSetVal("layoutXL" "lxcuUpdate" 'boolean t)
envSetVal("layoutXL" "lxcuUpdate" 'boolean nil)
Related Topics
Application Readiness Checker Form
Return to top