| Quintiq file version 2.0 | 
| #parent: #root | 
| TypeDataInterface Iteration | 
| { | 
|   TypeKey: '[122872.1.1871077576]' | 
|   ImageDataMember imgIsBestIteration | 
|   { | 
|     #keys: '1[122872.2.110139811]' | 
|     Description: 'Shows whether this iteration was the best iteration' | 
|     ImageSpecifications: | 
|     [ | 
|       ImageDataMemberImageSpecification | 
|       { | 
|         Description: 'This iteration is the best iteration in the latest inventory optimization run.' | 
|         Image: 'STAR_YELLOW' | 
|         Quill: 'object.IsBestIteration()' | 
|         Value: 'imgIsBestIteration' | 
|       } | 
|     ] | 
|   } | 
|   ImageDataMember imgIsFinished | 
|   { | 
|     #keys: '1[122872.2.107205796]' | 
|     Description: 'Shows whether the iteration is finished' | 
|     ImageSpecifications: | 
|     [ | 
|       ImageDataMemberImageSpecification | 
|       { | 
|         Description: 'This iteration has not (yet) been completed' | 
|         Image: 'MEDIA-PLAY-GREEN-16.PNG' | 
|         Quill: | 
|         [* | 
|           object.IsLastIteration()  | 
|           and not object.IsAborted() | 
|           and not object.IsFinished(); | 
|         *] | 
|         Value: 'IsInProgress' | 
|       } | 
|       ImageDataMemberImageSpecification | 
|       { | 
|         Description: 'This iteration has been aborted' | 
|         Image: 'STOP' | 
|         Quill: 'object.IsAborted()' | 
|         Value: 'IsAborted' | 
|       } | 
|     ] | 
|   } | 
| } |