View Single Post
  #1  
Old 11-16-2010, 09:09 PM
CREvans CREvans is online now
Registered User
 
Join Date: 03-10-2008
Location: Iowa
Posts: 28
skipping past a wait step during a running build?

Is there any way to abort a running wait step in a build script without actually stopping and restarting the build? I have some waits in scripts to allow me to look at results before continuing, but it would be handy to be able to just click a button to just skip past the rest of the duration of the wait step if I've seen what I want to see and there's no reason to wait any longer. I know about putting breakpoints in code, but that doesn't work well for unattended builds where I want to have a wait just in case I am watching a build run, but don't want the build to be stopped by a breakpoint.

Thanks!
Scott
Reply With Quote