Solves issue with an opened CycleBeginForm after abort and re-selection in Israel:
- CloseCycleBeginForm() -> WaitBeginFormClosed() - CloseBeginForm() added to SequenceBase(forced dialog close) - CloseModellFormHandler added to UiBridge.Bridge
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace TBF.BenchControl.GenericDevices
|
||||
{
|
||||
interface IHasCompleted
|
||||
{
|
||||
bool Completed { get; }
|
||||
void StartForceCloseHandler();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user