You have developed a sequence of T1 processes connected together by the ExecuteProcess(..)
command. To improve the performance of the application, you decide to break up the subprocesses so that they run in their own thread to use cores more efficiently.
Which TM1 object accomplishes this goal?

A.
TM1 RunTl.exe
B.
ExecuteProcessNewThread(..)
C.
ExecuteProcess(…)
D.
BatchProcess.exe
Explanation: