guides:programming:programmers_reference_manual:shutdown_property_system

SHUTDOWN property (System)

This property returns TRUE$ if all the SYSTEM DESTROY method has been invoked and all Presentation Server windows have been destroyed.

When set to TRUE$ this property causes the system to shut down (in the same way as the SYSTEM DESTROY method). Once this has been set to TRUE$ this property cannot be used to cancel a shutdown request.

This property is a boolean value.

DevelopmentRuntimeIndexedScaledSynthetic
NoGet/SetNoNoNo

N/A

 
// Check if the Presentation Server is shutting down

   

   IsShutdown = Get_Property( "SYSTEM", "SHUTDOWN" )

   

   // Shut the Presentation Server down

   

   Call Set_Property( "SYSTEM", "SHUTDOWN", TRUE$ )
 
 
 

SYSTEM DESTROY method.

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