Quintiq file version 2.0 
 | 
#parent: #root 
 | 
TypeDataInterface LibOBT_RunTask 
 | 
{ 
 | 
  TypeKey: '[110880.3.1712940685]' 
 | 
  ImageDataMember ImgStatus 
 | 
  { 
 | 
    #keys: '1[110880.5.734123512]' 
 | 
    ImageSpecifications: 
 | 
    [ 
 | 
      ImageDataMemberImageSpecification 
 | 
      { 
 | 
        Description: 'Run has error' 
 | 
        Image: 'GEAR_ERROR' 
 | 
        Quill: 'not object.NoErrorsDuringRun()' 
 | 
        Value: 'Error' 
 | 
      } 
 | 
      ImageDataMemberImageSpecification 
 | 
      { 
 | 
        Description: 'Run in queue' 
 | 
        Image: 'CLOCK_PAUSE' 
 | 
        Quill: 'not isnull( object.BenchmarkerAsQueued() )' 
 | 
        Value: 'Queued' 
 | 
      } 
 | 
      ImageDataMemberImageSpecification 
 | 
      { 
 | 
        Description: 'Run on-going' 
 | 
        Image: 'GEARS_RUN' 
 | 
        Quill: 'object.IsStarted()' 
 | 
        Value: 'Running' 
 | 
      } 
 | 
    ] 
 | 
  } 
 | 
} 
 |