1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  | Quintiq file version 2.0 
 |  #parent: #root 
 |  TypeDataInterface LibOpt_BreakpointPosition 
 |  { 
 |    TypeKey: '[139164.0.410205127]' 
 |    ImageDataMember Status 
 |    { 
 |      #keys: '1[139164.0.545734070]' 
 |      ImageSpecifications: 
 |      [ 
 |        ImageDataMemberImageSpecification 
 |        { 
 |          Description: 'Breakpoint' 
 |          Image: 'MEDIA_PAUSE' 
 |          Quill: 'exists( object, Task, task, true, task.IsWaiting() )' 
 |          Value: 'Breakpoint' 
 |        } 
 |        ImageDataMemberImageSpecification 
 |        { 
 |          Description: 'Running' 
 |          Image: 'MEDIA_PLAY_GREEN' 
 |          Quill: 'exists( object, Task, task, true, task.Children( relsize ) = 0 and not task.IsAborted() )' 
 |          Value: 'Running' 
 |        } 
 |      ] 
 |    } 
 |  } 
 |  
  |