This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ClickTwice.
Summary
Enables aborting the build if an input handlers fails with an error
- Assembly
- Cake
.ClickTwice .dll - Namespace
- Cake
.ClickTwice - Containing Type
- Click
Twice Manager Extensions
Syntax
public static ClickTwiceManager ThrowOnHandlerFailure(this ClickTwiceManager manager)
Remarks
Handlers returning
ClickTwice.Publisher.Core.Handlers.HandlerResult.NotRun
will be ignored.Parameters
Name | Type | Description |
---|---|---|
manager | ClickTwiceManager | The manager |
Return Value
Type | Description |
---|---|
ClickTwiceManager | The updated manager |