start/stop processManager

This commit is contained in:
chrys 2017-07-23 21:20:15 +02:00
parent 751b38fd1a
commit 01d0efa970

View File

@ -11,7 +11,7 @@ generalData = {
'tutorialMode': False,
'currUser':'',
'prevUser':'',
'managerList':['eventManager','punctuationManager','cursorManager','applicationManager','commandManager'
'managerList':['processManager','eventManager','punctuationManager','cursorManager','applicationManager','commandManager'
,'screenManager','inputManager','outputManager','helpManager','debug'],
'commandFolderList':['commands','onInput', 'onCursorChange', 'onScreenUpdate','onScreenChanged','onHeartBeat', 'onPlugInputDevice'
,'onApplicationChange','onSwitchApplicationProfile','help',],