Bitsadmin getmodificationtime and bitsadmin getnoprogresstimeout command
The bitadmin getmodificationtime command retrieves the last time the task was modified or the data was successfully transferred. The bitsadmin getnoprogresstimeout command retrieves the duration, in seconds, but the service will try to transfer the file after a temporary error occurs.
The bitsadmin getmodificationtime and bitsadmin getnoprogresstimeout commands in Windows
- The bitsadmin getmodificationtime command
- Syntax
- Parameters
- For example
- Bitsadmin getnoprogresstimeout command
- Syntax
- Parameters
- For example
The bitsadmin getmodificationtime command
Syntax
bitsadmin / GetModificationTime
Parameters
ParameterDescriptionJob Display name of the task or GUID.For example
The following example retrieves the last modification time for the task named myDownloadJob.
C:> bitsadmin / GetModificationTime myDownloadJob
Bitsadmin getnoprogresstimeout command
Syntax
bitsadmin / GetNoProgressTimeout
Parameters
ParameterDescriptionJob Display name of the task or GUID.For example
The following example retrieves the process timeout value for the task named myDownloadJob.
C:> bitsadmin / GetNoProgressTimeout myDownloadJob
See more:
- The command bitadmin addfilewithranges in Windows
- Bitsadmin create command in Windows
- Bitsadmin complete command in Windows
3.6 ★ | 9 Vote
You should read it
- Order bitsadmin getnotifycmdline, getnotifyflags, getnotifyinterface
- Bitsadmin command getproxylist, getproxyusage and getreplydata
- The command bitadmin addfilewithranges in Windows
- Bitsadmin command getowner, get priority and getproxybypasslist
- Bitsadmin complete command in Windows
- The bitsadmin getbytestransferred and bitsadmin commands getcompletiontime in Windows
- The bitsadmin geterrorcount command and bitsadmin getfilestotal in Windows
- Bitsadmin command getcreationtime and bitsadmin getdescription in Windows
May be interested
- The command bitadmin addfilewithranges in Windowsthe command bitadmin addfilewithranges adds files to the specified task. bits downloads the specified range from the remote file.
- Command bitsadmin addfileset in Windowsthe command bitadmin addfileset adds one or more files to the specified task.
- Bitsadmin command getcreationtime and bitsadmin getdescription in Windowsthe bitadmin command getcreationtime retrieves the time to create the specified task. the command bitadmin getdescription retrieves the description of the specified task.
- Bitsadmin command getowner, get priority and getproxybypasslisttoday's article will introduce 3 commands: bitsadmin getowner, bitsadmin get priority and bitsadmin getproxybypasslist.
- Bitsadmin addfile command in Windowsthe bitadmin addfile command in windows is used to add files to the specified task.
- Del command in Windowsthe del command deletes one or more files. this command is the same as the eraser command.
- How to use the command history function in Command Promptcommand prompt is an extremely familiar command for anyone using windows operating system. besides, a lot of current software also supports the command line to perform actions on the command prompt window, instead of on the screen.
- Set command in Windowsthe set command helps show, set or remove cmd.exe environment variables.
- Cmd command in Windowsthe cmd command starts a new version of the command interpreter, cmd.exe. if used without parameters, cmd will display copyright information and the version of the operating system.
- The echo command in Windowsthe echo command displays the message or turns on / off the command repeat feature. if used without parameters, the echo command will display the current echo setting.