text
stringlengths
0
4.23k
Syntax
bitsadmin /getnoprogresstimeout <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the progress time out value for the job named myDownloadJob:
bitsadmin /getnoprogresstimeout myDownloadJob
bitsadmin getnotifycmdline
Retrieves the command-line command to run after the specified job finishes transferring data.
Note
This command isn't supported by BITS 1.2 and earlier.
Syntax
bitsadmin /getnotifycmdline <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the command-line command used by the service when the job named myDownloadJob completes.
bitsadmin /getnotifycmdline myDownloadJob
bitsadmin getnotifyflags
Retrieves the notification flags for the specified job.
Syntax
bitsadmin /getnotifyflags <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Remarks
The job can contain one or more of the following notification flags:
Flag
Description
0x001
Generate an event when all files in the job have been transferred.
0x002
Generate an event when an error occurs.
0x004
Disable notifications.
0x008
Generate an event when the job is modified or transfer progress is made.
Examples
To retrieve the notify flags for the job named myDownloadJob:
bitsadmin /getnotifyflags myDownloadJob
bitsadmin getnotifyinterface
Determines whether another program has registered a COM callback interface (the notify interface) for the specified job.
Syntax
bitsadmin /getnotifyinterface <job>
Parameters
Parameter
Description