ScheduleSetExecInOrder()
- Last UpdatedJun 12, 2017
- 1 minute read
This method enables or disables the Batch Execute in Order mode. This affects all batch schedule based applications. The return code is a Short integer value that can be used for error handling.
For more information on the error codes returned, see "Error Return Values" on page 232.
Syntax
ReturnCode = OcxBatchVar.ScheduleSetExecInOrder ( State, DoneBy, CheckBy, DoneByPswd, CheckByPswd)
Parameters
State
Data Type: Short
Flag to enable and disable execute in order mode:
0 = Enable execute in order
1 = Disable execute in order
DoneBy
Data Type: String
Done by user ID
CheckBy
Data Type: String
Check by user ID
DoneByPswd
Data Type: String
Done by password
CheckByPswd
Data Type: String
Check by password