Quintiq file version 2.0
|
#parent: #root
|
Method Start
|
{
|
Description: 'Maintain by R&D'
|
TextBody:
|
[*
|
// jasperb Feb-22-2012 (created)
|
|
if( this.ExperimentId() = -1 )
|
{
|
error('BenchmarkUtilities::Experiment was not called or failed' );
|
}
|
|
//OS::SetEnv( 'benchmarkendsignal', 'false');
|
OS::RemoveFile( OS::LogDir() + 'benchmarkendsignal' );
|
|
if( this.Directory() = '' )
|
{
|
this.Directory( OS::LogDir() );
|
}
|
|
if( this.Randomize() )
|
{
|
Number::Randomize([Number] ( OS::PrecisionCounter() mod 1000000000 ) );
|
}
|
|
this.CreatedOn( DateTime::ActualTime() );
|
this.LastResultRunEntry( DateTime::MinDateTime() );
|
*]
|
}
|