Autodesk Vault ProfessionalVault API

SchedJob Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A task that can be scheduled to run at a given cadance recurringly.

Syntax

public class SchedJob 
Public Class SchedJob 

Properties

NameDescription
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.
ExecDateDateTime at which the job is first scheduled (can be DateTime.Now).
ExecFreqFrequency in minutes at which to schedule the job (e.g. 1440 minutes = daily).
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.
TypThe job type.
VaultIdThe ID of the Vault that the job applies to.

Returned By

Where you get a SchedJob — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.SchedJob

See Also