Returns information about the user’s current activity.
<HsvSystemInfo>.GetCurrentActivity pbstrAppName, pbstrServerName, plActivityUserID, plCurrentActivity, pbstrModuleName, pdTimeStarted, pbstrDescription
String. Returns the name of the application to which the user is logged on. | |
String. Returns the name of the application server to which the user is logged on. | |
Long. Returns the ID of the user’s current activity. Valid values are represented by the HFMConstants type library constants listed in User Activity Constants. | |
String. Returns the name of the Financial Management module in which the user is working. | |
Double. Returns the timestamp of when the user started the activity. The timestamp is returned as a Double that can be cast into a Date format. | |
String. Returns the description of the user’s current activity. |