Engine.ApplicationLicense

Syntax

Engine.ApplicationLicense

Data Type

ApplicationLicenses

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.

See Also

Engine.AcquireLicense

Engine.ReleaseLicense

TestStand Licensing Options