Quintiq file version 2.0
|
#parent: ListRun
|
Response OnClick (
|
structured[LibOpt_Run] selection
|
) id:Response_ListRun_MenuDisableAutoCleanup_OnClick
|
{
|
#keys: '[144996.0.1717283544]'
|
Body:
|
[*
|
traverse( selection, Elements, run )
|
{
|
run.AutoCleanupEnabled( false );
|
}
|
*]
|
CanBindMultiple: false
|
DefinitionID => /ListRun/Responsedef_ListRun_Menu_OnClick
|
GroupServerCalls: true
|
Initiator: 'MenuDisableAutoCleanup'
|
Precondition:
|
[*
|
return LibOpt_Run::SetAutoCleanupEnabledAllowed( selection, false );
|
*]
|
}
|