| Quintiq file version 2.0 | 
| #parent: Kpi_pnlDaemoSMSnapshotGenerator/btnRecordSnapshot | 
| Response OnClick () inherited id:Response_LibMacroPlannerTCUI_Kpi_pnlDaemoSMSnapshotGenerator_btnRecordSnapshot_OnClick | 
| { | 
|   #keys: '[146874.1.146350444]' | 
|   BaseType => //Kpi_pnlDaemon/Response_Kpi_pnlDaemon_btnRecordSnapshot_OnClick | 
|   Body: | 
|   [* | 
|     // Save the changed value and send the snapshot | 
|     Kpi_pnlDaemoSMSnapshotGenerator.ApplyChanges(); | 
|     dhSnapshotGenerator.Data().Commit(); | 
|      | 
|     // Send the snapshot immediately. | 
|     //dhSnapshotGenerator.Data().WrappedInstance().GetAndSendSnapshot(); | 
|     ScenarioManager.SMKpiSnapshotGenerator().GetAndSendSnapshot(); | 
|      | 
|     // Also set the latest timestamp to the start time. | 
|     dtStartTime.DateTime( DateTime::Now() ); | 
|      | 
|     // Just to be sure, also set the time to the real instance. | 
|     dhSnapshotGenerator.Data().WrappedInstance().LastRecordTimestamp( DateTime::Now() ); | 
|   *] | 
|   DefinitionID: 'Responsedef_GUIButtonBase_OnClick' | 
| } |