silent: Check if a Session is silent
Description
Checks whether a SyncroSim Session is silent or not.
Usage
silent(session)# S4 method for Session
silent(session)
# S4 method for missingOrNULLOrChar
silent(session)
Arguments
session
Session or character. A SyncroSim Session
object or path to a session. If NULL, the default session will be used.
Value
Returns a logical value: `TRUE` if the session is silent and `FALSE` otherwise.