guides:programming:programmers_reference_manual:runmode_property_system

RUNMODE property (System)

Specifies if the Presentation Server was started in runtime mode or not. This property is normally set by the “runMode” option in the RXI file, or the /RN command-line switch.

This property is an integer value:

• 0 or null. Runtime mode is not specified – allows Development mode to be set.

• 1 – Runtime mode – allows any app to run

• 2 – Runtime mode – allows only a specific app to run

DevelopmentRuntimeIndexedScaledSynthetic
N/AGet/SetNoNoNo

Constants for use with the RUNMODE property can be found in the PS_SYSTEM_EQUATES insert record.

 
RunMode = Get_Property( "SYSTEM", "RUNMODE" )
 
 
 

Starting the Presentation Server, DEVMODE property.

  • guides/programming/programmers_reference_manual/runmode_property_system.txt
  • Last modified: 2023/10/25 10:50
  • by 127.0.0.1