Task Manager without main window

Hello,

Does anyone know whether or not the task manager keeps running if you never instanciate the mainWindow? Which is to say, if I import the Panda libraries, but never call base.openMainWindow, and then go on to do some other stuff, will I have the Panda task manager running?

Thanks,
Aaron

i’m running my panda as server without any window open. using

from pandac.PandaModules import loadPrcFileData
loadPrcFileData("", "window-type none")

at the beginning of my code.
tasks run as fine as everything else =)