Requesting to execute vbld_StepDone after all children and subroutines are finished.
I'm requesting to execute vbld_StepDone() after all children and subroutines are finished.
The mode we're operating in is that we wish to build all components within our systems, regardless of propogation of errors. (Much like how a C++ project will try compiling all CPP files and tell you which ones fail, even if a previous step si some how tied into subsequent failures.)
The fact that vbld_StepDone() is executed BEFORE any subroutine or child steps prevents the ability to mark a parent/calling step as failed.
|