title | description | ms.topic | ms.author | author | manager | ms.date |
---|---|---|---|---|---|---|
bitsadmin getpriority |
Reference article for the bitsadmin getpriority command, which retrieves the priority of the specified job. |
reference |
mosagie |
robinharwood |
mtillman |
03/01/2019 |
Retrieves the priority of the specified job.
bitsadmin /getpriority <job>
Parameter | Description |
---|---|
job | The job's display name or GUID. |
The returned priority for this command can be:
-
FOREGROUND
-
HIGH
-
NORMAL
-
LOW
-
UNKNOWN
To retrieve the priority for the job named myDownloadJob:
bitsadmin /getpriority myDownloadJob