Differences
This shows you the differences between two versions of the page.
| a_f:f:99_a:nab_of_sessions [2022/09/01 06:41] – created - external edit 127.0.0.1 | a_f:f:99_a:nab_of_sessions [2022/09/02 02:41] (current) – ↷ Page moved from a_f:f:99_a:nab_of_sessions to a_f:f:f:nab_of_sessions administrator | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | ||
| - | ====== NMB_OF_SESSIONS ====== | ||
| - | ===== Description ===== | ||
| - | Returns the number of time a particular user is logged in the system, 0 is returned if the user is not logged in | ||
| - | ===== Parameters ===== | ||
| - | An instance of an object that belongs to the SystemUser group | ||
| - | ===== Example ===== | ||
| - | <code aim>IF NMB_OF_SESSIONS(RegularUser) > 1 THEN | ||
| - | | ||