Bitsadmin /getnotifyinterface

 

Applies To: Windows Vista, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows 8

Determines if another program has registered a COM callback interface for the specified job.

Syntax

bitsadmin /GetNotifyInterface <Job>

Parameters

Parameter

Description

Job

The job's display name or GUID

Remarks

Displays REGISTERED or UNREGISTERED.

Note

It is not possible to determine the program that registered the callback interface.

Examples

The following example retrieves the notify interface for the job named myDownloadJob.

C:\>bitsadmin /GetNotifyInterface myDownloadJob

Additional references

Command-Line Syntax Key