
BeginRun | A run session is beginning. |
BeginRun2 | A run session is beginning. The reporter object can be used to add custom information to the run results. This event is passed in addition to BeginRun. |
Disconnect | The testing tool is exiting. |
EndRun | The run session is completed or canceled. |
PauseRun | The run session was suspended, but it may be resumed. |
PreEndRun | The run session is close to its end. This is the last moment that the reporter passed by BeginRun2 is still valid and can be used to add information to the run results. |
ResumeRun | The suspended run session is resuming. |
TestHasBeenClosed | The test was closed. |

