Quintiq file version 2.0
|
#parent: #root
|
Method Capture (Algorithm algorithm)
|
{
|
TextBody:
|
[*
|
this.ExecutionNr( algorithm.ExecutionCounter() );
|
|
this.CaptureInitializeDuration( algorithm );
|
this.CaptureSolveDuration( algorithm );
|
this.CaptureHandleResultDuration( algorithm );
|
|
this.IsAsynchronous( guard( algorithm.Async(), false ) );
|
this.HandleResultStart( OS::PrecisionCounter() );
|
*]
|
InterfaceProperties { Accessibility: 'Protected' }
|
}
|