getElapsedRunningTime

session.getElapsedRunningTime() (professional and enterprise editions only)
Description
Gets the number of milliseconds the current session has been running..
Example
// Output the elapsed running time to the log.
session.log( "Elapsed running time: " + session.getElapsedRunningTime() );