This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Stop a running script
#6
Yes, this will stop all running instances. If you want to get PIDs of a certain event script, you can use this script:
Code:
id = 123
pids = io.readproc('pgrep -f "scripting-event.lua ' .. id .. ' "')
log(pids)
Reply


Messages In This Thread
Stop a running script - by Trond Hoyem - 03.11.2020, 12:15
RE: Stop a running script - by admin - 09.11.2020, 07:25
RE: Stop a running script - by buuuudzik - 09.11.2020, 09:07
RE: Stop a running script - by admin - 09.11.2020, 09:13
RE: Stop a running script - by admin - 09.11.2020, 09:30

Forum Jump: