ReleaseUpdateCockpit.scheduleScriptTypes Method [AX 2012]
Schedules all of the upgrade scripts.
Syntax
protected void scheduleScriptTypes()
Run On
Server
Remarks
The scripts are scheduled in the following order: BulkCopy, StartScript, SharedScript and FinalScript.
BulkCopy jobs can run in parallel with all other jobs. If there is a script that depends on a table, the BulkCopy job for that table runs first.