'Declaration
Public NotInheritable Class Job Inherits ADTIndependentObject
public sealed class Job : ADTIndependentObject
public ref class Job sealed : public ADTIndependentObject
'Declaration
Public NotInheritable Class Job Inherits ADTIndependentObject
public sealed class Job : ADTIndependentObject
public ref class Job sealed : public ADTIndependentObject
When a job is created through DataContext.CreateObject it is assigned to the root job group. If the caller does not have permission to assign jobs to the root group, the creation call will fail. Use DataContext.CreateObject or JobGroup.NewJob to create a job within a specific group.
To fetch existing jobs, use DataContext.GetJob
System.Object
ArcanaDevelopment.adTempus.Client.ObjectBase
ArcanaDevelopment.adTempus.Client.ADTObject
ArcanaDevelopment.adTempus.Client.ADTIndependentObject
ArcanaDevelopment.adTempus.Client.Job