Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 992 Bytes

File metadata and controls

42 lines (29 loc) · 992 Bytes
title description ms.topic ms.assetid ms.author author manager ms.date
bitsadmin complete
Reference article for the bitsadmin complete command, which completes the job.
reference
a5e86677-8f7b-43b3-929e-97706c57e7f1
jgerend
JasonGerend
mtillman
10/16/2017

bitsadmin complete

Completes the job. Use this switch after the job moves to the transferred state. Otherwise, only those files that have been successfully transferred will be available.

Syntax

bitsadmin /complete <job>

Parameters

Parameter Description
job The job's display name or GUID.

Example

To complete the myDownloadJob job, after it reaches the TRANSFERRED state:

bitsadmin /complete myDownloadJob

If multiple jobs use myDownloadJob as their name, you must use the job's GUID to uniquely identify it for completion.

Related links