Emulate - method of the PmaTimer object
Description:
The tick emulation of the timer, i.e. the
onTick event is triggered.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTimer = pMe.Pm("/Timer");
oTimer.Emulate();
Dim oTimer
Set oTimer = pMe.Pm("/Timer")
oTimer.Emulate