Ping a host.
This activity sends a message to determine whether a remote host is accessible over the network.
Host Name: String Argument Specifies the host name for carrying out the ping operation.
String Argument
Timeout: Integer Argument Specifies the time out period for the ping operation.
Integer Argument
Result: String Variable Stores the reply from the ping message in the specified String variable.
String Variable
Last updated 3 years ago