Promotic

RemoveEventTimer - method of the PmgRoot object

Description:
Unregisters the function from internal panel timer for unrepeated or repeated calling after a defined time period.
Syntax:
Empty RemoveEventTimer(String sFuncId, [Long nAttr])
Parameters:
sFuncId(String) Identifier of the event function registered by the AddEventTimer method.
nAttr[optional] (Long) Allows to specify the way of removing the function from the internal timer.
0 (default) - The function is just removed from the timer.
1 - The function is called while being removed from the timer.
Note:
This method is also functional in Web panels.
See also:
Example1:
JavaScriptVBScriptSelect and copy to clipboard

pMe.Root.RemoveEventTimer(pMe.GetPathName(), 1);
Example2:

History:
Pm9.00.10: New nAttr parameter
Pm9.00.06: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.