-
-
Notifications
You must be signed in to change notification settings - Fork 168
Wait
aelassas edited this page Nov 12, 2022
·
1 revision
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
<!--
Wait is a sequential task that waits for a specified duration of time.
-->
<Task id="$int" name="Wait" description="$string" enabled="true|false">
<!-- The waiting time in dd.hh:mm:ss. Example: 00.00:02:00-->
<Setting name="duration" value="dd.hh:mm:ss" />
</Task>
</Tasks>
Copyright © Akram El Assas. All rights reserved.