Quintiq file version 2.0 
 | 
#parent: ValueHolderConvertorStatus 
 | 
Response OnValueChanged () id:Response_ApplicationDataMigrationFramework_ValueHolderConvertorStatus_OnValueChanged 
 | 
{ 
 | 
  #keys: '[134266.0.1315112927]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Update ButtonRunConversion image to 
 | 
    // indicate conversion is running or already stopped 
 | 
    image := 'MEDIA_PLAY' 
 | 
     
 | 
    if( DMF_ConvertorDataset.IsConversionMode() ) 
 | 
    { 
 | 
      image := 'HOURGLASS'; 
 | 
    } 
 | 
    ButtonRunConversion.SetProperty( 'Image', image ) 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_ValueHolder_OnValueChanged' 
 | 
} 
 |