-
-
Notifications
You must be signed in to change notification settings - Fork 168
ProcessKiller
aelassas edited this page Nov 12, 2022
·
1 revision
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
<!--
ProcessKiller is a sequential task that kills a process.
-->
<Task id="$int" name="ProcessKiller" description="$string" enabled="true|false">
<!-- The process name. Ex: notepad.exe-->
<Setting name="processName" value="$string" />
</Task>
</Tasks>
Copyright © Akram El Assas. All rights reserved.