axlIsValidAXLSession
axlIsValidAXLSession(
t_session
)
=> t / nil
Description
Checks the validity of the specified session.
Arguments
Value Returned
Examples
Indicates that the specified session, session1, is valid.
session=axlGetWindowSession()
=> "session1"
axlIsValidAXLSession(session)
=> t
Return to top