SchedJob Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
A task that can be scheduled to run at a given cadance recurringly.
Syntax
public class SchedJob Public Class SchedJob Properties
| Name | Description |
|---|---|
| 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. |
| ExecDate | DateTime at which the job is first scheduled (can be DateTime.Now). |
| ExecFreq | Frequency in minutes at which to schedule the job (e.g. 1440 minutes = daily). |
| 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. |
| Typ | The job type. |
| VaultId | The 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