HyperWorks Tools

::hwat::utils::DeleteFESession

::hwat::utils::DeleteFESession

Previous topic Next topic No expanding text in this topic  

::hwat::utils::DeleteFESession

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::utils::DeleteFESession - Clears the entire HM session of all data.

 

SYNTAX

::hwat::utils::DeleteFESession {str_namespaceList}

 

ARGUMENTS

str_namespaceList

OPTIONAL – if provided a list of Tcl namespaces, those will be cleared as well.

 

RETURNS

1 on success, {} on failure

 

EXAMPLE

::hwat::utils::DeleteFESession;

or

::hwat::utils::DeleteFESession [list nvd hwt];

 

Comments

Be careful when sending a list of namespaces to delete.  Some may not be easily reloaded.

 

See also

Utils Functions