The Namespace

Scripts that are hooked up to the tasks in the process must be name spaced. The Process Manager engine creates the namespace and the modules must be in that namespace.

::hw::pmgr::${::hw::pmgr::namespace}::DisplayWnd {}

For example, Process Manager expects the functions shown above to exist in the namespace shown.