EgtExecutor :
- modifiche per nesting automatico.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user