haorenhui
2023-10-30 6d6cc10d9e8e242661da7fd655dec155a09d676c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Quintiq file version 2.0
#parent: #root
Attribute DurationDoFinalize
{
  #keys: '3[141860.2.1416330179][141860.2.1416330178][141860.2.1416330180]'
  Description:
  [*
    The duration the `LibOpt_Component` took to execute the `LibOpt_Component.DoFinalizeCurrentComponent` method.
    
    Note: The `LibOpt_Component.DoFinalizeCurrentComponent` method can create a dataset copy and trigger a breakpoint. 
    The time spent on these topics is not included in this attribute, because they are also not included in the `Duration` attribute
    
    The following items are taken into account by this attribute:
    - The processing of all datasets that have been created during the execution of this component.
    - The deletion of the current task. This also calls the `LibOpt_Component.OnFinalize` method.
    The `LibOpt_Component.OnFinalize` method is an overridable method that can be used for special actions when finalizing a component. For example, it can be used for dataset cleanup.
  *]
  ValueType: Duration
  InterfaceProperties { Accessibility: 'Module' }
}