SelectScheduler
Selects the scheduler used for batch job submission. It tries non-graphical selection of the scheduler, attempting to get version information from the scheduler in order to check for successful selection. If unable to get the information, it displays the Select Scheduler window and waits for the user to complete the settings.
| UI Access | Tools > Job Management > Select Scheduler. | |||||||||||||||
| Parameters |
|
|||||||||||||||
| Return Value | The selected scheduler (if selection was successful, this string should match the input option string, although it could differ in upper/lowercase). |
| Python Syntax | Select Scheduler(<option>, <address>, <username>, <forcePasswordEntry>) |
| Python Example |
|