dapplo / Dapplo.Addons

Dapplo.Addons makes it possible to extend your applications with addons in a simple way.
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Add a way to break the startup #3

Closed Lakritzator closed 8 years ago

Lakritzator commented 8 years ago

Something that calls the IStartupActions should check in the loop if a certain value is set... Maybe a TaskCompletionSource? Maybe SetException can be used...

Lakritzator commented 8 years ago

Added a solution, throw a StartupException in the IStartupAction.StartupAsync method and make sure that AwaitStart in the StartupAction attribute annotation is set to true. (this is default)