Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlJPGUICustHiddenSections

axlJPGUICustHiddenSections(
g_inst
)
=> l_hiddenSections

Description

Job Policy GUI Customization member function that returns a list of sections or fields to be hidden from the Job Policy Setup form.

This function allows hiding of the Timeouts (in Secs.) section only.

Arguments

g_inst

An instance of the class axlJPGUICust.

Value Returned

l_hiddenSections

List of sections to be hidden from the Job Policy Setup form is returned.

Examples

Specifies that the Timeouts (in Secs.) section is to be hidden from the Job Policy Setup form:

;; example setup
(defclass RemoteHost ( axlJPGUICust )
())
(defmethod axlJPGUICustHiddenSections ((inst RemoteHost) )
'(timeout))

Return to top
 ⠀
X