CVIAdapter.ExecuteStepsInExternalInstance

Syntax

CVIAdapter.ExecuteStepsInExternalInstance

Data Type

Boolean

Purpose

You can specify the test execution mode as in-process or out-of-process for the LabWindows/CVI Adapter. When the adapter runs tests in-process, it executes them in the same process as the sequence editor or the user interface you are running. When the adapter runs tests out-of-process, it executes them in an external instance of the LabWindows/CVI development environment.

If this property is True , the tests run out-of-process. If the property is False , the tests run in-process.

Remarks

When you execute code modules in the same process as the sequence editor or user interface, the adapter loads and runs code modules directly without using the LabWindows/CVI development environment.

See Also

CVIAdapter.ExecutionServerProjectPathName

CVIModule.AlwaysRunInProcess