Version 3.17.2
Show:

Do.AlterReturn Class

Return an AlterReturn object when you want to change the result returned from the core method to the caller. Useful for Do.after subscribers.

Constructor

Do.AlterReturn

(
  • msg
  • newRetVal
)

Parameters:

  • msg String

    (optional) Explanation of the altered return value

  • newRetVal Any

    Return value passed to code that invoked the wrapped function.

Item Index