Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.37 KB

File metadata and controls

56 lines (40 loc) · 1.37 KB
titledescriptionms.topicms.authorauthorms.date
bitsadmin getstate
Reference article for the bitsadmin getstate command, which retrieves the state of the specified job.
reference
mosagie
robinharwood
04/01/2023

bitsadmin getstate

Applies to: Windows Server (All supported versions)

The bitsadmin /getstate command retrieves the state of a specified job.

Syntax

bitsadmin /getstate <job> 

Parameters

ParameterDescription
jobThe job's display name or GUID.

Output

The returned output values can be:

StateDescription
QueuedThe job is waiting to run.
ConnectingBITS is contacting the server.
TransferringBITS is transferring data.
TransferredBITS has successfully transferred all files in the job.
SuspendedThe job is paused.
ErrorA nonrecoverable error occurred; the transfer isn't retried.
Transient_ErrorA recoverable error occurred; the transfer retries when the minimum retry delay expires.
AcknowledgedThe job completed.
CanceledThe job was canceled.

Examples

To retrieve the state for the job named myDownloadJob:

bitsadmin /getstate myDownloadJob 

Related links

close