| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | | Quintiq file version 2.0 |  | #parent: Toolbar1/ButtonStopRuns |  | Response OnClick () id:Response_Toolbar1_ButtonStopRuns_OnClick |  | { |  |   #keys: '[138586.1.504170598]' |  |   Body: |  |   [* |  |     // Stop queue |  |     LibOpt_BT_BenchmarkTrackingDataset.StopRun(); |  |   *] |  |   CanBindMultiple: false |  |   DefinitionID: 'Responsedef_GUIButtonBase_OnClick' |  |   Precondition: |  |   [* |  |     LibOpt_BT_BenchmarkTrackingDataset::StopRunsPrecondition( LibOpt_BT_BenchmarkTrackingDataset ); |  |   *] |  | } | 
 |