Relative Content

Tag Archive for c#.netinterruptquartz.net

Not able to kill thread

I am executing parallel workflow actions(Any one task as one action) via windows service created using .NET 4.5 C# and QUARTZ 2.3.3.When end user pause workflow execution then trying to kill that current running workflow using Quartz Interrupt method which has below implementation but thread not killing.Even not getting any exception.Simply Interrupt fails here.

Not able to kill thread in DOTNET4.5 C#

I am executing parallel workflow actions(Any one task as one action) via windows service created using DOTNET4.5 C# and QUARTZ 2.3.3.When end user pause workflow execution then trying to kill that current running workflow using Quartz Interrupt method which has below implementation but thread not killing.Even not getting any exception.Simply Interrupt fails here.