axlSetRunDistributeOptions
axlSetRunDistributeOptions(x_hsdb[?RunInt_runIn] [?DivideJobst_divideJobs] [?JobLimitn_jobLimit] ) => t/ nil
Description
Sets the specified run option settings for the given setup database. These settings are also visible in the Run Options form.
Arguments
Value Returned
Examples
The following example sets run options to run ICRPs in parallel with a maximum of three jobs per run:
sdb = axlGetMainSetupDB(axlGetWindowSession())
axlSetRunDistributeOptions(sdb ?RunIn 'Parallel ?DivideJobs 'Specify ?JobLimit 3)
=> t
Related Topics
Return to top