-
-
Notifications
You must be signed in to change notification settings - Fork 162
Ping
aelassas edited this page Nov 12, 2022
·
1 revision
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
<!--
Ping is a flowchart task that checks whether a server responds to a ping request or not.
-->
<Task id="$int" name="Ping" description="$string" enabled="true|false">
<!-- The server address or name. Ex: google.com-->
<Setting name="server" value="$string" />
</Task>
</Tasks>
Copyright © Akram El Assas. All rights reserved.