Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1006 Bytes

bitsadmin-getminretrydelay.md

File metadata and controls

40 lines (28 loc) · 1006 Bytes
title description ms.topic ms.assetid ms.author author manager ms.date
bitsadmin getminretrydelay
Reference article for the bitsadmin getminretrydelay command, which retrieves the length of time, in seconds, that the service waits after encountering a transient error before trying to transfer the file.
reference
54f0abab-c129-40ed-a603-50f464d26011
mosagie
robinharwood
mtillman
10/16/2017

bitsadmin getminretrydelay

Retrieves the length of time, in seconds, that the service will wait after encountering a transient error before trying to transfer the file.

Syntax

bitsadmin /getminretrydelay <job>

Parameters

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

Examples

To retrieve the minimum retry delay for the job named myDownloadJob:

bitsadmin /getminretrydelay myDownloadJob

Related links