Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.8812.0" />

.NET API 5,150,648 bytes

 AbortAfterWaitType

public enum AbortAfterWaitType
The action to be taken after low priority wait times out.

After timeout abort blocking transactions.

None = 0

After timeout enter the normal wait queue.

Self = 2

After timeout abort the statement itself.