> ## 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.

# function_executed

> function_executed イベント。

このイベントは、CloudScript 関数が実行されたときにトリガーされます。

## Properties

| Name                      | Type                                                                                              | Description                   |
| :------------------------ | :------------------------------------------------------------------------------------------------ | :---------------------------- |
| ExecutionTimeMilliseconds | int                                                                                               | 関数の実行時間 (ミリ秒)。                |
| FunctionName              | String                                                                                            | 実行された関数の名前。                   |
| Result                    | [ExecuteFunctionResult](/services/playfab/api-references/events/data-types/executefunctionresult) | 関数の実行から返された結果。                |
| ResultTooLarge            | Boolean                                                                                           | 結果が大きすぎて返せず、切り詰められたかどうかを示します。 |
| Source                    | String                                                                                            | 関数の実行を引き起こしたソースまたはトリガー。       |

## Common Properties

すべての V2 PlayStream イベントは JSON オブジェクトとして書式設定されており、ほとんどは次の共通プロパティを共有します。

| Name               | Type                                                                          | Description                                             |
| :----------------- | :---------------------------------------------------------------------------- | :------------------------------------------------------ |
| SchemaVersion      | String                                                                        | セマンティック バージョニング スキームに従った、PlayStream イベント形式のバージョン。       |
| FullName           | [Object](/services/playfab/api-references/events/data-types/fullnameobject)   | イベント タイプを完全に指定するための、イベント名とイベント名前空間の組み合わせ。               |
| Id                 | String                                                                        | このイベントに対して PlayFab から割り当てられた一意の識別子。                     |
| Timestamp          | DateTime                                                                      | このイベントに関連付けられた時刻 (UTC)。                                 |
| Entity             | [Object](/services/playfab/api-references/events/data-types/entityobject)     | このイベントが適用されるエンティティに関する詳細 (Entity Id や Entity type を含む)。 |
| Originator         | [Object](/services/playfab/api-references/events/data-types/originatorobject) | このイベントを開始したソースとソース タイプを説明するオブジェクト。                      |
| PayloadContentType | String                                                                        | イベント ペイロードの内容を指定します。既定値は "JSON" です。                     |
| Origin Info        | Object                                                                        | PlayFab の外部で発生したイベントに関する情報を含むオプション フィールド。               |


## Related topics

- [PlayFab の PlayStream イベント モデル リファレンス](/ja-jp/services/playfab/api-references/events/index.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)
- [cloudscript_executed](/ja-jp/services/playfab/api-references/events/CloudScript/cloudscript-executed.md)
- [action_executed](/ja-jp/services/playfab/api-references/events/PlayStream/action-executed.md)
