Bitsadmin /getnotifyinterface
Updated: April 17, 2012
Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Vista
Determines if another program has registered a COM callback interface for the specified job.
bitsadmin /GetNotifyInterface <Job>
| Parameter | Description |
|---|---|
|
Job |
The job's display name or GUID |
Displays REGISTERED or UNREGISTERED.
Note |
|---|
| It is not possible to determine the program that registered the callback interface. |
The following example retrieves the notify interface for the job named myDownloadJob.
C:\>bitsadmin /GetNotifyInterface myDownloadJob

Note