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

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 } }