The definition of an action that returns a result must opt into returning a result by specifying hasResult: true.
hasResult: true
A function called when the callback executes, potentially returning a result value.
The definition of an action that returns a result must opt into returning a result by specifying
hasResult: true.