1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| Quintiq file version 2.0
| #parent: ListOptimizer
| Response OnClick (
| structured[LibOpt_Optimizer] selection
| ) id:Response_ListOptimizer_MenuStartDebuggingScope_OnClick
| {
| #keys: '[139164.3.818286598]'
| Body:
| [*
| LibOpt_Optimizer::SetDebugScope( selection, true );
| *]
| CanBindMultiple: false
| DefinitionID => /ListOptimizer/Responsedef_ListOptimizer_Menu_OnClick
| Initiator: 'MenuStartDebuggingScope'
| Precondition:
| [*
| return LibOpt_Optimizer::SetDebugScopeAllowed( selection, true );
| *]
| }
|
|