<PackageReference Include="NUnit" Version="3.2.0" />

TestExecutionStatus

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