IJob Interface
Autodesk.Connectivity.JobProcessor.Extensibility›Autodesk.Connectivity.JobProcessor.Extensibility
A Job from from the queue.
Syntax
public interface IJob Public Interface IJob Properties
| Name | Description |
|---|---|
| Description | Gets the description of the job. |
| Id | Gets the unique ID. |
| JobType | Gets the job type. |
| Params | Gets the set of parameters on the job. |
| Priority | Gets the priority of the job. Lower number means higher priorty. 1 is the highest priority. Less than 1 is not allowed. |
| VaultName | Gets the Vault that the Job references. |