Job Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
A task that needs to be performed.
Syntax
public class Job Public Class Job Properties
| Name | Description |
|---|---|
| ClientName | The computer name of the client that the job is reserved to. |
| CreateDate | The date the job was created. |
| CreateUserId | The ID of the user who created the job. |
| CreateUserName | The name of the user who created the job. |
| Descr | A description of the job. |
| Id | A unique identifier for the job. |
| IsOnSite | In a multi-site environment, this property tells if the file is on the local site. |
| ParamArray | An array of parameters which provide meta-data about the job. |
| Priority | The priority of the job. A lower number means a higher priority. 1 is the lowest possible number. |
| ReserveDate | The date that the job was reserved. This value is only valid if ReserveDateSpecified is true. |
| ReserveDateSpecified | If true, then the ReserveDate field has a valid value. If false, there is no reserve date. |
| StatusCode | The status of the job. |
| StatusMsg | A message regarding the status. Only used for failures. |
| Typ | The job type. |
| VaultId | The ID of the Vault that the job applies to. |
| WorkgroupId |
Returned By
Where you get a Job — members that return one.
- JobService.AddJob
- JobService.GetJobsByDate
- JobService.ReserveNextJob
- JobService.ResubmitJob
- JobService.UnReserveJobById
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.Job