adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class
Members


In This Topic
    Job Class
    In This Topic
    Represents a Job
    Object Model
    Job ClassStringList ClassConditionCollection ClassCondition ClassScript ClassCredentialProfile ClassDataContext ClassJobGroup ClassJobQueue ClassJobStatus ClassJobVariableCollection ClassJobVariable ClassOID ClassADTObject ClassJobAgentJoinCollection ClassJobAgentJoin ClassResourceCollection ClassResource ClassResponseCollection ClassResponse ClassScriptLibraryCollection ClassScriptLibrary ClassJobStepCollection ClassJobStep ClassStringList ClassTriggerCollection ClassTrigger Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class Job 
       Inherits ADTIndependentObject
    public sealed class Job : ADTIndependentObject 
    public ref class Job sealed : public ADTIndependentObject 
    Remarks

    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

    Inheritance Hierarchy
    See Also