Autodesk Vault ProfessionalVault API

Job Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A task that needs to be performed.

Syntax

public class Job 
Public Class Job 

Properties

NameDescription
ClientNameThe computer name of the client that the job is reserved to.
CreateDateThe date the job was created.
CreateUserIdThe ID of the user who created the job.
CreateUserNameThe name of the user who created the job.
DescrA description of the job.
IdA unique identifier for the job.
IsOnSiteIn a multi-site environment, this property tells if the file is on the local site.
ParamArrayAn array of parameters which provide meta-data about the job.
PriorityThe priority of the job. A lower number means a higher priority. 1 is the lowest possible number.
ReserveDateThe date that the job was reserved. This value is only valid if ReserveDateSpecified is true.
ReserveDateSpecifiedIf true, then the ReserveDate field has a valid value. If false, there is no reserve date.
StatusCodeThe status of the job.
StatusMsgA message regarding the status. Only used for failures.
TypThe job type.
VaultIdThe ID of the Vault that the job applies to.

Returned By

Where you get a Job — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.Job

See Also