xowiki::utility proc user_is_active (public)
xowiki::utility user_is_active [ -asHTML on|off ] uid
Defined in /var/www/openacs.org/packages/xowiki/tcl/xowiki-utility-procs.tcl
Tell whether a user is active according to the Request Monitor.
- Switches:
- -asHTML (optional, boolean, defaults to
"false"
)- when true, the proc will return an HTML rendering of the user information.
- Parameters:
- uid (required)
- the user id
- Returns:
- boolean or HTML according to the 'asHTML' flag.
- Testcases:
- No testcase defined.