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