enumAUutRunMode Enum |
Version 8 |
Integer constants specifying the threading run mode that the UUT will run.
Name |
Value |
Description |
aUutRunModeSequential |
0 * |
Default. Sequential run mode. The UUT runs in the main thread. If multiple UUTs are designated to sequential they will be switched before a program, task or test is started. |
aUutRunModeParallel |
1 |
Parallel run mode. The UUT runs in its own thread. |