TestExecutionStatus
Enumeration indicating whether the tests are
running normally or being cancelled.
namespace NUnit.Framework.Internal
{
public enum TestExecutionStatus
{
Running,
StopRequested,
AbortRequested
}
}