Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » [Solved] How to cancle a Task(How can I make my own Task cancle the whole installation)
[Solved] How to cancle a Task [message #1735802] Wed, 22 June 2016 19:52 Go to next message
Steffen Holzer is currently offline Steffen HolzerFriend
Messages: 59
Registered: January 2016
Member

Hello all,

Is there a way to let a self made setup task and with it the whole installation fail?

I searched for a
cancel()
method or something similar but didn't found one.

Thank you Smile


"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live" - John Woods

[Updated on: Thu, 23 June 2016 08:04]

Report message to a moderator

Re: How to cancle a Task [message #1735809 is a reply to message #1735802] Wed, 22 June 2016 21:59 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Steffen,

The perform method can throw an exception. The stack trace will be
shown in the log and no further tasks will be performed.


On 22.06.2016 15:52, Steffen Holzer wrote:
> Hello all,
> Is there a way to let a self made setup task and with it the whole
> installation fail?
> I searched for a cancel() method or something similar but didn't found
> one.
> Thank you :)


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: How to cancle a Task [message #1735837 is a reply to message #1735809] Thu, 23 June 2016 08:04 Go to previous message
Steffen Holzer is currently offline Steffen HolzerFriend
Messages: 59
Registered: January 2016
Member

Thank you Ed Smile

"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live" - John Woods
Previous Topic:Mylyn Gitlab query not working
Next Topic:Forced update to Neon: Are you serious?
Goto Forum:
  


Current Time: Sat Apr 20 00:11:11 GMT 2024

Powered by FUDForum. Page generated in 0.04652 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top