Applies To: Windows Server 2008,Windows Server 2008 R2,Windows Vista
Retrieves the job type of the specified job.
Syntax
Copy Code | |
|---|---|
bitsadmin /GetType <Job> | |
Parameters
| Parameter | Description |
|---|---|
|
Job |
The job's display name or GUID |
Remarks
The type can be DOWNLOAD, UPLOAD, UPLOAD-REPLY, or UNKNOWN.
Examples
The following example retrieves the job type for the job named myDownloadJob.
Copy Code | |
|---|---|
C:\>bitsadmin /GetType myDownloadJob | |





