Individual session check function that inspects the session run time information.
Session checkers can produce errors, warnings, or messages if requested.
Usage
check_sessiontime(action = "warn", max_sessiontime = NULL)
Arguments
- action
Behaviour to take if the status is not clean. Possible values are
"error", "warn", "message", and "none". The default is action = "warn".
- max_sessiontime
Maximum session time permitted in seconds before the checker
takes action
Value
Invisibly returns an object of class sessioncheck_status.
Examples
check_sessiontime(action = "message")