axlGetAllSweepsEnabled
axlGetAllSweepsEnabled(
x_hsdb
)
=> t / nil
Description
Returns the selection status of the Sweep check box in the Run Summary assistant.
Argument
Value Returned
Examples
The following example checks for the status of the Sweep check box in the given setup database.
axlGetAllSweepsEnabled 1003
=> t
Related Topics
Return to top