Autodesk Vault ProfessionalVault API

IJob Interface

Autodesk.Connectivity.JobProcessor.ExtensibilityAutodesk.Connectivity.JobProcessor.Extensibility

A Job from from the queue.

Syntax

public interface IJob 
Public Interface IJob 

Properties

NameDescription
DescriptionGets the description of the job.
IdGets the unique ID.
JobTypeGets the job type.
ParamsGets the set of parameters on the job.
PriorityGets the priority of the job. Lower number means higher priorty. 1 is the highest priority. Less than 1 is not allowed.
VaultNameGets the Vault that the Job references.

See Also