Promotic

AppQuit - method of the Pm object

Description:
Termination of the application.
This method is obsolete (but functional) and it is better to use the Pm.AppStop method.
Syntax:
Empty AppQuit(Variant nMode)
Parameters:
nMode(Variant) Type of termination
0 (default) - Termination of the application including the contingent confirmation window.
1 - Termination of the application without the contingent confirmation window (guaranteed termination of the application).
Note:
Termination of the running application of the PROMOTIC system.
By calling this method, the PmaRoot.onAppStopBegin event is triggered.
The method is executed only if the "PmaRoot > Permissions > AppStop" permission is fullfiled.

This method is not functional in Web panels.
See also:
- Pm.AppStop (method)
- Pm.ShutDown (method)
Example:
JavaScriptVBScriptSelect and copy to clipboard

Pm.AppQuit(1);
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
Navigation:
 
- Pm
 
- Abs
- AppQuit
 
 
- Cos
- E
- Exp
- LN2
- PI
- Pow
- Sin
- Tan
© MICROSYS, spol. s r.o.