UNPKG

@ahmic/autoit-js

Version:
12 lines (9 loc) 334 B
import './@types/point.js'; import './@types/rect.js'; import { INT, LPCWSTR } from './@types/win32.js'; import { autoit } from './lib/autoit.js'; function ProcessExists(process) { return autoit.invoke('AU3_ProcessExists', INT, [LPCWSTR], [process]) !== 0; } export { ProcessExists }; //# sourceMappingURL=process-exists.js.map