10.4.3.20. TaskStart
10.4.3.20. TaskStart
Explanation | Creates the sub-task, and starts the program designated to the created subtask. | ||
Grammar | TaskStart SUB=<Subtask>,JOB=<Program> | ||
Parameter | Subtask | Designate the subtask to be created | 1~3 |
Program | Program to be started in the created subtask | 1~9999 | |
Example | TaskStart SUB=1,JOB=10 'Start the program 10 using the subtask 1 |
l If a program is in the middle of being started by a previously created subtask, this statement will be disregarded.