Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Alarm

When called, the icon in the system tray stealth flashes red. After click on stealth tray icon - “alarm” is reset (icon stop flashing).

DWS\Pascal Script:

procedure Alarm;

DWS\Pascal Script Example:

begin
  if Dead then
  begin
    Alarm;
    Halt;
    Disconnect;
  end;
end;

Python:

def Alarm()