SetStartStatus(); $regions = [ 'Immensea' => 10000025, 'Catch' => 10000014, 'Tenerifis' => 10000061, 'The Forge' => 10000002, 'Impass' => 10000031, 'Esoteria' => 10000039, 'Detorid' => 10000005, 'Omist' => 10000062, 'Feythabolis' => 10000056, 'Insmother' => 10000009, ]; foreach($regions as $key => $value) { GetMarketRegionOrderJob::dispatch($value); } $task->SetStopStatus(); } }