ApplicationLicenses

Use these constants to specify a type of license the application requires. Use these constants with the licenses parameter of the Engine.AcquireLicense method.

  • 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.

See Also

Engine.AcquireLicense

TestStand Licensing Options