Alarm
When called, the icon in the system tray stealth flashes red. After click on stealth tray icon - “alarm” is reset (icon stop flashing).
procedure Alarm;
DWS\Pascal Script Example:
begin
if Dead then
begin
Alarm;
Halt;
Disconnect;
end;
end;
def Alarm()