I would create a function.
Function input is Objectives array.
Create Local variable bool bAllObjectivesCompleted and set defaults to true.
For Each Loop with Break using Objectives Array. Branch on the bool same as you did. Off the false set the bAllObjectivesCompleted to false and break the loop.
Return Value off the completed exec returns bAllObjectivesCompleted