| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | | Quintiq file version 2.0 |  | #parent: #root |  | Attribute IsPostProcessing |  | { |  |   #keys: '3[141860.4.372030168][141860.4.372030167][141860.4.372030169]' |  |   Description: |  |   [* |  |     If this attribute is true, then the optimizer will execute the `LibOpt_Component` (and all downstream components) of the `LibOpt_Task`, even when a user manually aborted a run. |  |     This is to ensure that any post-processing components are always executed.  |  |      |  |     This attribute is true if there is an upstream `LibOpt_Link` for which `LibOpt_Link.IsPostProcessing` is true. |  |   *] |  |   ValueType: Boolean |  | } | 
 |