public override void Finally() { if (CheckThread.IsRunning()) { CheckThread.Abort(); } }
public override void Finally() { Globals.Navigation.OnFormAdded -= NavOnFormAdded; Globals.Navigation.OnFormRemoved -= NavOnFormRemoved; if (RunComputerPlusFiber.IsRunning()) { RunComputerPlusFiber.Abort(); } if (CheckIfCalloutActiveFiber.IsRunning()) { CheckIfCalloutActiveFiber.Abort(); } }