adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobServices Class / ExecuteJob Method
The OID of the Job to execute.
The settings to use for executing the job.


In This Topic
    ExecuteJob Method
    In This Topic
    Submits a job for execution.
    Syntax
    'Declaration
     
    
    Public Function ExecuteJob( _
       ByVal jobOID As OID, _
       ByVal settings As JobExecutionSettings _
    ) As ExecuteJobResult

    Parameters

    jobOID
    The OID of the Job to execute.
    settings
    The settings to use for executing the job.

    Return Value

    An ExecuteJobResult object containing the results of the operation.
    See Also