pMe | (Object) Reference to the PmaRoot object where the event rises. |
---|---|
pEvent | (Object) Reference to an object describing detailed information about the specific event.
pEvent.UserId - (String) [for reading] (obsolete) Identifier of the logged-in user. The value is preset if the login name entered by user is found in the list of users.
pEvent.Name - (String) [for reading] (obsolete) The name of the logged off user. The same value as pEvent.User.Name.
|
pMe.Pm("/Events").ActivateNew("", "event0", "", "UserLogoff=" + pEvent.Name);