masesgroup / JCOReflector

A set of Java classes to use .NET from any JVM enabled language (Java, Kotlin, Scala and others)

Home Page:https://jcoreflector.masesgroup.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raise exception avoiding use EndOperation

mariomastrodicasa opened this issue · comments

Is your feature request related to a problem? Please describe.
In some condition maybe it is useful to raise exception from engine rather than wait a callback call on EndOperation

Describe the solution you'd like
Add a property to programmatically change the behavior. The property can be a multivalue based on enumeration:

  • Callback
  • Exception
  • Both
    where Both means a Callback is call first and then the Exception is raised.

Describe alternatives you've considered
N/A

Additional context
N/A