> ## 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 データ型。

CloudScript Azure 関数の実行結果。

## Properties

| Name                      | Type                   | Description                                      |
| :------------------------ | :--------------------- | :----------------------------------------------- |
| Error                     | FunctionExecutionError | CloudScript Azure 関数からのエラー (存在する場合)。             |
| ExecutionTimeMilliseconds | int                    | 関数の実行にかかった時間 (ミリ秒)。                              |
| FunctionName              | String                 | 実行された関数の名前。                                      |
| FunctionResult            | Object                 | 関数から返されたオブジェクト (存在する場合)。                         |
| FunctionResultSize        | int                    | 関数から返されたオブジェクトのサイズ (バイト単位、存在する場合)。               |
| FunctionResultTooLarge    | Boolean                | FunctionResult が大きすぎたため、このイベントから削除されたかどうかを示すフラグ。 |


## Related topics

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