Share via


ReleaseUpdateCockpit.reloadJobs Method [AX 2012]

Reloads all upgrade scripts, depending on the script stage.

Syntax

public void reloadJobs(
    ReleaseUpdateScriptStage _scriptStage, 
   [int _topNTables, 
    boolean _resetPrioritization])

Run On

Server

Parameters

  • _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.

See Also

Reference

ReleaseUpdateCockpit Class