::hw::pmgr::PmgrDisableTasks
Syntax
::hw::pmgr::PmgrDisableTasks lisUniqueTaskNames
Arguments
- lisUniqueTaskNames
- Unique names of the tasks (list or single name).
Returns
Throws error (if any)
Example
set listTasks "Import Mesh Reflect_Model";
::hw::pmgr::PmgrDisableTasks $listTasks;