adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobGroup Class / NewJob Method


In This Topic
    NewJob Method
    In This Topic
    Creates a new Job within this group.
    Syntax
    'Declaration
     
    
    Public Function NewJob() As Job
    public Job NewJob()
    public:
    Job^ NewJob(); 

    Return Value

    A new Job assigned to the target Group.
    Exceptions
    ExceptionDescription
    Thrown if the caller does not have permission to add jobs to this group
    Remarks
    See Also