Function EN Version 4.00

@ServerPing

NotesAdmin NotesSystem

Syntax

@ServerPing(TEXT1);

Description

This @Funktion can be used to check the reachability or availability of the server named TEXT TEXT1 .
Return value:
If the server responds, the workload index (FN) of the server is returned; otherwise an @ERROR-Wert.

Example: @ServerPing(TEXT1);

Ret:=@ServerPing("TEST-SERVER");

A check is performed to determine whether the server named "TEST-SERVER" is reachable. The result is assigned to Ret zugewiesen.

Note : This text was machine-translated and may contain inaccuracies.