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()

    Return Value

    A new Job assigned to the target Group.
    See Also