PostFramePredicate typedef
PostFramePredicate =
bool Function()
Optional predicate function to determine if a PostFrame action should execute.
Return true to proceed with execution, false to skip.
Implementation
typedef PostFramePredicate = bool Function();