View Single Post
  #4  
Old 06-18-2010, 03:52 AM
wellilein wellilein is online now
Registered User
 
Join Date: 11-30-2005
Posts: 53
Similar for actions

I had a similar issue for a custom action.

Once I moved the code inside
Code:
Function vbld_BuildStep()
I was able to let the action fail by setting
Code:
vbld_BuildStep = vbldStepStatFailed
Reply With Quote