NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how to call a logout procedure

How to call a logout procedure,
when My program run over,I need call a logout to do re-login procedure,Please help.
 
Thanks in advance,
0 Kudos
Message 1 of 3
(3,312 Views)
Use the following engine calls to login and logout-
 
Engine.CallFrontEndCallbackEx("LoginLogout", argList)
 
where argList is a propertyObject that is a Container that has two subproperties - logout (bool) and isInitialLogin.
 
Hope this helps!
 
Allen P.
NI
0 Kudos
Message 2 of 3
(3,288 Views)
Hi,Allen
 
my problem is how to setup the argList property,when I setup a "true" for arglist,it excuit to logout,when I setup a "false" the also excuit a logout,how is correct function setup for the arglist?
 
Regards,Alex
0 Kudos
Message 3 of 3
(3,274 Views)