Optional LogWhenever an action is executed a log entry is created. This log entry is stored in the database and can be used to track the execution of the action. This property contains the log entry object for the action that was run. Note that the log entry will be created
Optional MessageOptional, a message an action can include that describes the outcome of the action. This is typically used to display a message to the user.
Optional ParamsAll parameters including inputs and outputs are provided here for convenience
Optional ResultA code that indicates the outcome of the action. Will be one of the possible ResultCodes enumerated in the ActionResultCodeEntity
Contains the parameters that were used to run the action as a convenience.
Indicates if the action was successful or not.
Class that has the result of a complete action execution, returned by the Run method of the ActionEngine.