Engine.ApplicationLicense
- Updated2024-10-09
- 1 minute(s) read
Engine.ApplicationLicense
Syntax
Engine.ApplicationLicense
Data Type
Use the following constants with this data type:
- ApplicationLicense_CustomEditor –(Value: 200) Specifies that the application requires a license to perform custom editor operations, such as editing and saving sequence files.
- ApplicationLicense_OperatorInterface –(Value: 100) Specifies that the application requires a license to perform non-editing operations.
- ApplicationLicense_SequenceEditor –(Value: 300) Specifies that the application requires a license to use the TestStand Sequence Editor.
- ApplicationLicense_Unspecified –(Value: 0) Specifies that the application license requirements are unspecified.
Purpose
Returns the type of license the application is using. Use the Engine.AcquireLicense method to instruct TestStand to acquire a type of license for the application, and use the Engine.ReleaseLicense method to inform TestStand when an acquired license is no longer needed.