Bitsadmin getfilestransferred and bitsadmin commands getminretrydelay
Bitsadmin getfilestransferred command accesses the number of files transferred to the specified task. The bitadmin getminretrydelay command retrieves the time interval, in seconds, that the service will wait for a temporary error, before attempting to transfer the file.
Table of Contents
Bitsadmin getfilestransferred command accesses the number of files transferred to the specified task. The bitadmin getminretrydelay command retrieves the time interval, in seconds, that the service will wait for a temporary error, before attempting to transfer the file.
Bitsadmin getfilestransferred command
Syntax
bitsadmin / GetFilesTransferred
Parameters
ParameterDescriptionJob Display name of the task or GUIDFor example
The following example retrieves the number of files transferred in the task named myDownloadJob.
C:> bitsadmin / GetFilesTransferred myDownloadJob
Bitsadmin command getminretrydelay
Syntax
bitsadmin / GetMinRetryDelay
Parameters
ParameterDescriptionJob Display name of the task or GUIDFor example
The following example retrieves the minimum retry delay for a task named myDownloadJob.
C:> bitsadmin / GetMinRetryDelay myDownloadJob
See more:
- Bitsadmin addfile command in Windows
- Bitsadmin create command in Windows
- Bitsadmin complete command in Windows
Was this article helpful?
Your feedback helps us improve.
Reader Comments 0
Sign in with email or Google to join the discussion.