Forum Discussion

dgubert86's avatar
dgubert86
Occasional Contributor
11 years ago

Stopping project programmically

how to stop project programmicaly without failed test?



Runner.Stop(false) 

Runner.Halt("*")



doesn't help me.. 

3 Replies

  • AlexKaras's avatar
    AlexKaras
    Icon for Champion Level 1 rankChampion Level 1
    Hi Denis,



    > Runner.Stop(false)  [...] doesn't help me.. 



    Could you please provide more details? Doesn't Runner.Stop(false) stop project execution? Or the error is still posted to the log?
  • Think what he means Runner.Stop(false) causes the test to show a failure in the log at point of exit.



    So how do you stop it without ending up with some sort of failure in the log. Which is a fair point, as it's not.