setMaxJobPriority

Syntax

setMaxJobPriority(userId, maxPriority)

Arguments

userId is a string indicating a user name.

maxPriority is an integer between 0 and 8.

Details

Specify the highest priority of the jobs submitted by the user. It must be executed by a logged-in user.

Examples

$ login(`admin,`123456)
$ createUser(`KyleMurray, `Cardinals2020QB)
$ setMaxJobPriority(`KyleMurray, 7);