continueOnError property
Flag that specifies whether execution should continue if the flow hook throws an exception.
Set to true
to continue execution. Set to false
to stop execution if
the flow hook throws an exception. Defaults to true
.
Optional.
Implementation
core.bool? continueOnError;