> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ExecuteFunctionResult

> ExecuteFunctionResult data type.

The result from executing a CloudScript Azure Function.

## Properties

| Name                      | Type                   | Description                                                                                       |
| :------------------------ | :--------------------- | :------------------------------------------------------------------------------------------------ |
| Error                     | FunctionExecutionError | Error from the CloudScript Azure Function, if any.                                                |
| ExecutionTimeMilliseconds | int                    | The amount of time the function took to execute in milliseconds.                                  |
| FunctionName              | String                 | The name of the function that executed.                                                           |
| FunctionResult            | Object                 | The object returned from the function, if any.                                                    |
| FunctionResultSize        | int                    | The size in bytes of the object returned from the function, if any.                               |
| FunctionResultTooLarge    | Boolean                | Flag indicating if the FunctionResult was too large and was subsequently dropped from this event. |


## Related topics

- [function_executed](/services/playfab/api-references/events/Functions/function-executed.md)
- [title_scheduled_function_executed](/services/playfab/api-references/events/Functions/title-scheduled-function-executed.md)
- [player_triggered_action_executed_function](/services/playfab/api-references/events/Functions/player-triggered-action-executed-function.md)
- [PFCloudScriptExecuteFunctionResult](/services/playfab/api-references/c/pfcloudscripttypes/structs/pfcloudscriptexecutefunctionresult.md)
- [PFCloudScriptExecuteFunctionGetResult](/services/playfab/api-references/c/pfcloudscript/functions/pfcloudscriptexecutefunctiongetresult.md)
