::hw::pmgr::PmgrOpenExistingProcessInstance
Syntax
::hw::pmgr::PmgrOpenExistingProcessInstance PmiFile
Arguments
- PmiFile (Optional Argument)
- The full path to the existing process instance. If specified, the given process instance will be opened; if not, you are provided with a file browser to select the existing process instance.
Returns
Throws error (if any)
Example
::hw::pmgr::PmgrOpenExistingProcessInstance;
::hw::pmgr::PmgrOpenExistingProcessInstance "C:/demo/simple.pmi";