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

axlRegisterJPGUICust

axlRegisteredJPGUICust(
S_name
g_inst
)
=> t

Description

Job Policy GUI Customization member function to register a customization into the Job Policy Setup form. Any registered customizations will appear the next time the job policy Setup form is displayed.

Arguments

S_name

String name for distribution method type.

g_inst

Instance of the class axlJPGUICust.

Value Returned

t

The customization is registered in the Job Policy Setup form.

Examples

Registers the customization in the Job Policy Setup form.

;; example setup
(defclass RemoteHost ( axlJPGUICust )
    ())
;; axlRegisterJPGUICust method
axlRegisterJPGUICust("Remote Machine" makeInstance('RemoteHost))
=> t

Return to top
 ⠀
X