pub.freeprocess

BlitzMax Forums/BlitzMax Module Tweaks/pub.freeprocess

Hummelpups(Posted 2006) [#1]
Hi there,

i modified the source of the pub.freeprocess code.
I missed a Tag that prevents created processes
to be killed after the shutdown of the main program.

I added a Method "SetKillFlag" (SetKillFlag(flag:byte))
the value can be sent to 0 and the process will not
be killed.

Standard is 1 after creating it.

Have fun with this.

www.blitzhelp.net/personal/freeprocess.mod.rar

IMurDOOM


taxlerendiosk(Posted 2006) [#2]
Fantastic, I was hoping for this, thank you. It works on all platforms?


Hummelpups(Posted 2006) [#3]
Whether the creating process function works, the
new Option will work as well.

It just skips Entrys with KillFlag 0 out of ProcessList.

IMurDOOM