InvocationResultCoreinterface
Result from a method invocation.
Properties (6)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| called_with⚓︎ | any | x | Arguments of the invocation. |
|
| executed_by⚓︎ | Instance | x | x | Instance of the application that executed the method. |
| message⚓︎ | string | x | Message from the application that executed the method. |
|
| method⚓︎ | MethodDefinition | x | Method definition of the method that was invoked. |
|
| returned⚓︎ | T | x | Returned object. |
|
| status⚓︎ | number | x | x | Status sent by the application that executed the method. |