Kill application

Element that performs the forced termination of an external application.

Properties
- Current user: [bool] Get only current user processes
- Automation type: Desktop application automation type
- Title: [String] Header of an application connected
- Process name: [String] Name of a process
- Time-out: [Int32] Element finish max time (ms)
C#
LTools.Desktop.DesktopApp.Kill(wf, null, "Test_*", 10000, true);
Python
LTools.Desktop.DesktopApp.Kill(wf, None, "Test_*", 10000, True);
JavaScript
_lib.LTools.Desktop.DesktopApp.Kill(wf, null, "Test_*", 10000, true);
Last updated