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.
- _startDateTime
Type: StartDateTime Extended Data Type
The date/time that the batch job will start.
- _batchLogLevel
Type: BatchLogLevel Enumeration
The logging configuration for the batch job.
Return Value
Type: RefRecId Extended Data Type
The RecId value of the Batch table record that is created.