Application :: registerProcess - Register process
In order to manage multi-thread applications properly, the application process should be registered. Only, when registering the process, the thread model defined in the Thread_Model option can be handled properly.
Implementation overview
- Register process
Application :: registerProcess (  ) - Register multiple thread process
Application :: registerProcess ( bEnable )
Implementation details
-
Register process
Application  :: registerProcess (  )
The function registers a process with the thread model set in the Thread_Model option variable.
to list
-
Register multiple thread process
Application  :: registerProcess ( bool bEnable )
When passing true in bEnable, a multiple thread process will be enabled. Passing false will register a single thread process.
- bEnable
- Enable resource
In order to enable the referenced resource true should be passed. Passing false will disable the resource.
to list
- bEnable
- Enable resource

