Order bitsadmin getnotifycmdline, getnotifyflags, getnotifyinterface
Today's article will introduce 3 commands: bitsadmin getnotifycmdline, bitsadmin getnotifyflags and bitsadmin getnotifyinterface in Windows.
Bitsadmin getnotifycmdline, getnotifyflags, getnotifyinterface in Windows
- Bitsadmin getnotifycmdline command
- Syntax
- Parameters
- For example
- The bitsadmin getnotifyflags command
- Syntax
- Parameters
- Note
- For example
- The bitsadmin getnotifyinterface command
- Syntax
- Parameters
- Note
- For example
Bitsadmin getnotifycmdline command
The bitsadmin getnotifycmdline command to retrieve the command line is run when the data transfer ends.
Syntax
bitsadmin / GetNotifyCmdLine
Parameters
ParameterExampleJob Display name of the task or GUIDFor example
The following command-line access example is used by the service when the task named myDownloadJob is completed.
C:> bitsadmin / GetNotifyCmdLine myDownloadJob
The bitsadmin getnotifyflags command
The bitsadmin getnotifyflags command retrieves the flags notified to the specified task.
Syntax
bitsadmin / GetNotifyFlags
Parameters
ParameterExampleJob Display name of the task or GUIDNote
The task may contain one or more flag announcements.
0x001 Create an event when all files in the task have been moved. 0x002 Create an event when an error occurs. 0x004 Disable notifications. 0x008 Create an event when the task is modified or the file transfer process is performed.For example
The following example retrieves the flags that notify the job named myDownloadJob.
C:> bitsadmin / GetNotifyFlags myDownloadJob
The bitsadmin getnotifyinterface command
The bitadmin getnotifyinterface command determines whether another program has registered the COM callback interface for the specified task.
Syntax
bitsadmin / GetNotifyInterface
Parameters
ParameterExampleJob Display name of the task or GUIDNote
The command will display REGISTERED or UNREGISTERED.
Note: The program registered for the callback interface cannot be specified.
For example
The following example retrieves the interface informing the task named myDownloadJob.
C:> bitsadmin / GetNotifyInterface myDownloadJob
See more:
- Bitsadmin addfile command in Windows
- Bitsadmin getmodificationtime and bitsadmin getnoprogresstimeout command
- Bitsadmin getfilestransferred and bitsadmin commands getminretrydelay
You should read it
- Bitsadmin getdisplayname and bitsadmin geterror command in Windows
- Bitsadmin getmodificationtime and bitsadmin getnoprogresstimeout command
- The bitsadmin getbytestransferred and bitsadmin commands getcompletiontime in Windows
- Bitsadmin command getproxylist, getproxyusage and getreplydata
- Bitsadmin getfilestransferred and bitsadmin commands getminretrydelay
- Bitsadmin complete command in Windows
- Bitsadmin create command in Windows
- Bitsadmin command getowner, get priority and getproxybypasslist
- The bitsadmin geterrorcount command and bitsadmin getfilestotal in Windows
- Bitsadmin command getaclflags and bitsadmin getbytestotal in Windows
- Bitsadmin cancel command in Windows
- The command bitadmin addfilewithranges in Windows
Maybe you are interested
Bitsadmin command getowner, get priority and getproxybypasslist
Bitsadmin command getproxylist, getproxyusage and getreplydata
Bitsadmin getfilestransferred and bitsadmin commands getminretrydelay
Bitsadmin getmodificationtime and bitsadmin getnoprogresstimeout command
Bitsadmin getdisplayname and bitsadmin geterror command in Windows
The bitsadmin geterrorcount command and bitsadmin getfilestotal in Windows