Platforms to show: All Mac Windows Linux Cross-Platform

Back to ProcessMBS class.

CountProcessesMBS as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Process MBS Util Plugin ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Counts how many processes are running.

Short for this function:

function CountProcesses as Integer
dim n as Integer
dim p as ProcessMBS

p=new ProcessMBS
p.getfirstProcess
n=1
while p.getnextProcess
n=n+1
wend

return n
end if

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...