SignoutSession: log out of current session
Tag: SignoutSession
The SignoutSession function automates the action of signing out of the current session.
The current session is the session active at the time SignoutSession is executed: it may be the session in the main window, or the session in the current module. If the same session is loaded in the module and the main window, it is disconnected everywhere.
Example Script
<ytriaAutomation Application="sapio365" console="false">
<ShowUsers>
<GroupBy ColumnID="userType" Target="Users"/>
</ShowUsers>
signout main session
<SignoutSession/>
</ytriaAutomation>
<ytriaAutomation Application="sapio365" console="false">
<ShowUsers>
<GroupBy ColumnID="userType" Target="Users"/>
signout session in Users module
<SignoutSession/>
</ShowUsers>
</ytriaAutomation>