Quintiq file version 2.0 
 | 
#parent: pnlActionBar/btnEditDaemon 
 | 
Response OnClick () id:Response_pnlActionBar_btnEditDaemon_OnClick 
 | 
{ 
 | 
  #keys: '[143398.0.685617305]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebButton_OnClick' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return LibDEF_DataBroker::HasDataBrokerChecked( LibDEF_DataBroker ); 
 | 
  *] 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      // show dialog to edit daemon properties 
 | 
      dlg := construct( LibDEF_DialogEditEventCleanupDaemon ); 
 | 
      dlg.Edit(); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |