Stop Run Action

Return to Introduction  Previous page  Next page

The "Stop Run" action will cause the project to stop running.

 

stopbuild

 

The Stop Run Result property determines if the project stops with success or failure. If Stop Run Result is set to Failure, then the OnFailure List will execute.

 

Note that if the Stop Action is inside a Try/Finally block the Finally block will still execute.

 

See Also

 

Exit Action List Action