Bitsadmin /cancel |
Applies To: Windows Server 2008 R2,Windows Server 2008,Windows Vista
Removes the job from the transfer queue and deletes all temporary files associated with the job.
Syntax
Copy Code |
|
bitsadmin /cancel <Job> |
Parameters
Parameter |
Description |
Job |
The job's display name or GUID |
Examples
The following example removes the myDownloadJob job from the transfer queue.
Copy Code |
|
C:\>bitsadmin /cancel myDownloadJob |