EgtExecutor :

- modifiche per nesting automatico.
This commit is contained in:
Dario Sassi
2019-12-02 10:11:49 +00:00
parent 0d337c6aad
commit d4f903c336
2 changed files with 23 additions and 0 deletions
+9
View File
@@ -154,6 +154,15 @@ ExeAutoNestCompute( int nMaxTime)
return s_pAutoNester->Compute( nMaxTime) ;
}
//-----------------------------------------------------------------------------
bool
ExeAutoNestCancelComputation( void)
{
if ( IsNull( s_pAutoNester))
return false ;
return s_pAutoNester->CancelComputation() ;
}
//-----------------------------------------------------------------------------
bool
ExeAutoNestGetComputationStatus( int& nStatus)