Called when the session is restarted by the user. The prototype of this function has no parameters and any returned value is ignored.
Declared as follows:
function onRestart()
{
}
Bind your onRestart in the FVMsgApi.ConnectMsgFVTerm or ConnectFVTerm function callback as follows:
fvApi.onrestart = onRestart;