View Single Post
  #1  
Old 07-30-2003, 11:07 AM
jason0816 jason0816 is online now
Registered User
 
Join Date: 07-14-2003
Location: MN
Posts: 10
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.
Reply With Quote