/// <summary> /// Stops the miner process /// </summary> protected virtual void StopProcess() { IsMining = false; MinerProcess?.KillProcess(); }