Share via


WHSParameters::createBatchJob Method

Creates a batch job.

Syntax

client server public static RefRecId createBatchJob(
    Set _batchTaskSet, 
   [str _caption, 
    StartDateTime _startDateTime, 
    BatchLogLevel _batchLogLevel])

Run On

Called

Parameters

  • _batchTaskSet
    Type: Set Class
    The batch tasks that will be associated with the batch job.
  • _caption
    Type: str
    The caption that is used for the batch job.

Return Value

Type: RefRecId Extended Data Type
The RecId value of the Batch table record that is created.

See Also

Reference

WHSParameters Table