#1
|
|||
|
|||
manually stop build
is there any ability to stop build throw web page if i started build using SyncBuildEx function. Thanks
|
#2
|
|||
|
|||
If you store the builder object in a class member variable, you can call bld.Stop() from an event handler to abort the build.
|
|
|