Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the batch information and adds the task to the batch header.
Syntax
private RunBaseBatch addTaskToBatchHeader(RunBaseBatch _task, BatchHeader _batchHeader)
Run On
Called
Parameters
- _task
Type: RunBaseBatch Class
The instance of a task that will be added to the batch header.
- _batchHeader
Type: BatchHeader Class
The instance of the BatchHeader class.
Return Value
Type: RunBaseBatch Class
The instance of the task added to the batch header.