Closes a process.
The name of the process to close (e.g., 'notepad.exe').
1 if successful, 0 otherwise.
import { ProcessClose } from '@ahmic/autoit-js';ProcessClose('notepad.exe'); Copy
import { ProcessClose } from '@ahmic/autoit-js';ProcessClose('notepad.exe');
https://www.autoitscript.com/autoit3/docs/functions/ProcessClose.htm
Closes a process.