A decision block that checks if a host is reachable.
The fiber will pause until the host has been reached, or the timeout expired.
If the local device lack network access or otherwise can’t perform a ping, then this block doesn’t go through the NO path but instead fail, since a local connectivity problem may not necessarily mean the remote host is unreachable, use the Failure catch block to handle such failures.
Note! This block may not work on devices that have restricted apps from sending ICMP (ping) packet. Try without selecting a network interface.