Skip to content

Commit

Permalink
Forgot CancelTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
darkl committed Jun 9, 2022
1 parent 269d10f commit 1a5bef8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,14 @@ public void Cancel(InterruptDetails details)
InterruptCalled = true;
}

public bool IsInvocationCompleted
{
get
{
return false;
}
}

public bool InterruptCalled { get; set; }
}
}
Expand Down

0 comments on commit 1a5bef8

Please sign in to comment.