Bitsadmin /setnoprogresstimeout


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

Sets the length of time, in seconds, that the service tries to transfer the file after a transient error occurs.

Syntax


Copy Code

bitsadmin /SetNoProgressTimeout <Job> <TimeOutvalue>

Parameters

Parameter

Description

Job

The job's display name or GUID

TimeOutvalue

A number represented in seconds.

Remarks

Examples

The following example sets the no progress time out value for the job named myDownloadJob to 20 seconds


Copy Code

C:\>bitsadmin /SetNoProgressTimeout myDownloadJob 20

Additional references

Command-Line Syntax Key