DataType:AutoLogin

From the wonderful RedGuides Wiki

Holds the Profile type, as well as information on the current login


This Data Type is referenced in MQ2AutoLogin, and accessed by Top-Level Object(s): AutoLogin

Members

Type Member Description
bool Active True when actively performing automated login
LoginProfile Profile Displays autlogin profile information. Also able to access specific LoginProfile members

Examples

  • Check if autologin is active,

/echo ${AutoLogin.Active}

See also