PDA

View Full Version : manually stop build


Jim
05-14-2008, 06:37 AM
is there any ability to stop build throw web page if i started build using SyncBuildEx function. Thanks

kinook
05-14-2008, 02:06 PM
If you store the builder object in a class member variable, you can call bld.Stop() from an event handler to abort the build.