Search K
Appearance
Appearance
Applications started on the Job Processor by the Creator Job that are unable to close automatically can be set to be terminated as part of the Job process. Typically, this might be CAD applications that fail to close after processing a Job.
Click the green Add
button and enter the name of the process needing to be terminated upon the Job completing. Multiple entries may be added as needed.
TIP
To find the correct name of the process needing to be terminated, with the target app running, run the command Get-Process
in powershell to list all active applications and find then use that name in the Kill Apps After Process
array entry.
For example, start Notepad on the Job Processor then run Get-process
in Powershell. Note how the name Notepad
returns and not Notepad.exe
. Entering Notepad
into the Kill Apps After Process
array entry will terminate the Notepad application as part of the Job process.