lazhen
2024-08-14 f4b1cd1ea4e8002795f0867c2e56209641d5225e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Quintiq file version 2.0
#parent: ListSimulation
Response OnClick (
  structured[Simulation_MP] selection
) id:Response_ListSimulation_MenuDeleteAlgorithmSimulation_OnClick
{
  #keys: '[122872.1.1874559021]'
  Body:
  [*
    // Delete a AlgorithmSimulation
    Simulation_MP::Delete( selection );
  *]
  DefinitionID => /ListSimulation/Responsedef_ListSimulation_Menu_OnClick
  Initiator: 'MenuDeleteAlgorithmSimulation'
}