ReleaseUpdateCockpit::releaseUpdatePriority2BatchPriority Method [AX 2012]

Converts the priority of an upgrade script to a batch job priority.

server public static BatchPriority releaseUpdatePriority2BatchPriority(ReleaseUpdatePriority _releaseUpdatePriority)

Run On

Server

Parameters

_releaseUpdatePriority
Type: ReleaseUpdatePriority Extended Data Type
The priority of the script.

Return Value

Type: BatchPriority Extended Data Type
The batch priority.

Batch jobs are executed in the order of their priority.

Show: