Exemple #1
0
 public void StopLogSession()
 {
     if (currentlyLogging)
     {
         // NOTE: The final stop is given in `FinalStopLogSession`
         // by ExciteOMeterManager when EoM level is calculated
         // This is executed between the stop session and allowing control from the user.
         EoM_Events.Send_OnPostProcessingStarted();
     }
 }
 public void StopLogSession()
 {
     if (currentlyLogging)
     {
         // NOTE: The final stop is given in `FinalStopLogSession`
         // by ExciteOMeterManager when EoM level is calculated
         // This is a type of pre-stop session
         EoM_Events.Send_OnPostProcessingStarted();
     }
 }