Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reloads all upgrade scripts, depending on the script stage.
Syntax
public void reloadJobs(
ReleaseUpdateScriptStage _scriptStage,
[int _topNTables,
boolean _resetPrioritization])
Run On
Server
Parameters
- _scriptStage
Type: ReleaseUpdateScriptStage Enumeration
The script stage.
- _topNTables
Type: int
The top and tables that have the priority set.
- _resetPrioritization
Type: boolean
true to reset the script prioritization; false to keep the user changes.
Remarks
Only scripts with the specified stage will be reloaded.
A user can change the weights of the scripts and tables. The weights are calculated based on table size and script dependency and will be used to calculated script priorities.