Engine.IsRemote
- Updated2025-07-21
- 1 minute(s) read
Engine.IsRemote
Syntax
Engine.IsRemote
Data Type
Purpose
Specifies whether the engine was created to execute sequences on a remote computer.
Remarks
Note
A TestStand Engine must set this property. National Instruments recommends not setting this property manually.
When TestStand executes sequences on a remote computer, the software creates an instance of the TestStand Engine on the remote computer and sets this property on the remote engine to True . To determine whether the engine was created for remote execution, obtain the value of this property.
Note
TestStand does not support remotely executing a sequence across different TestStand versions, for example, remotely executing a TestStand 2013 sequence from a computer running TestStand 2010.