Bitsadmin /suspend


Applies To: Windows Server 2008 R2,Windows Server 2008,Windows Vista

Suspends the specified job.

Syntax


Copy Code

bitsadmin /Suspend <Job>

Parameters

Parameter

Description

Job

The job's display name or GUID

Remarks

To restart the job, use the Bitsadmin /resume command.

Examples

The following example suspends the job named myDownloadJob.


Copy Code

C:\>bitsadmin /Suspend myDownloadJob

Additional references

Command-Line Syntax Key