OutOfProcessBatchJob class | QSYS API Reference Guide

Defines the core behavior of an out of process batch job.

Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object –> Job –> BatchJob

Methods

Signature Description
Run(String[]) Instantiates the job and runs the initial program.

void Run(String[] args)

Instantiates the job and runs the initial program.

void Run(String[] args)

Parameters

Type Parameter name Description
String[] args Initial program parameters.