axlNoSession
axlNoSession(
[ w_window ]
)
=> t / nil
Description
Returns t if there is no session in the current window.
Arguments
Value Returned
Examples
Specifies if there is any active session in the current window.
axlNoSession( )
=> t
Return to top