| Quintiq file version 2.0 | 
| #parent: #root | 
| StaticMethod AsyncCreateFullTable ( | 
|   const Keys macroPlanMDSIDs, | 
|   RecycleBin recycleBin, | 
|   const Archive archive, | 
|   const MacroPlan owner | 
| ) | 
| { | 
|   TextBody: | 
|   [* | 
|     // Akari Nov-11-2024 (created) | 
|     AsyncFlag::Running( recycleBin,MP_Cell_ScheduleSummary::GetTableName() ); | 
|      | 
|     macroPlans := MDSMacroPlan::Root( macroPlanMDSIDs.Element( 0 ) ); | 
|     for( i := 1; i< macroPlanMDSIDs.Size(); i++ ){ | 
|       mdsid := macroPlanMDSIDs.Element( i ); | 
|       streamMacroPlan := LocalTool::LoadMacroPlan( mdsid ); | 
|       macroPlans.Merge( streamMacroPlan ); | 
|     } | 
|      | 
|     macroPlans -> GroupAll() -> MP_Cell_ScheduleSummary::CreateFullTable( recycleBin,archive,owner ); | 
|   *] | 
| } |