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

# ExecuteCloudScriptResult

> ExecuteCloudScriptResult データ型。

| Name                   | Type                                                                                            | Description                                                                                                          |
| :--------------------- | :---------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------- |
| APIRequestsIssued      | int32                                                                                           | CloudScript 関数によって発行された PlayFab API 要求の数                                                                             |
| Error                  | [ScriptExecutionError](/services/playfab/api-references/events/data-types/scriptexecutionerror) | 実行中にエラーが発生した場合の、そのエラーに関する情報                                                                                          |
| ExecutionTimeSeconds   | double                                                                                          |                                                                                                                      |
| FunctionName           | String                                                                                          | 実行された関数の名前                                                                                                           |
| FunctionResult         | object                                                                                          | CloudScript 関数から返されたオブジェクト (存在する場合)                                                                                  |
| FunctionResultTooLarge | Boolean                                                                                         | FunctionResult が大きすぎたためにこのイベントから削除されたかどうかを示すフラグ。これは、イベント全体のサイズが 350KB を超える場合にのみ発生します。                                |
| HttpRequestsIssued     | int32                                                                                           | CloudScript 関数によって発行された外部 HTTP 要求の数                                                                                  |
| Logs                   | [LogStatement](/services/playfab/api-references/events/data-types/logstatement)                 | 関数の実行中にログに記録されたエントリ。これには、関数コード内で log.info() および log.error() を使用して記録されたエントリと、API および HTTP 要求の失敗に対するエラー エントリの両方が含まれます。 |
| LogsTooLarge           | Boolean                                                                                         | FunctionResult が削除された後にログが大きすぎたためにこのイベントから削除されたかどうかを示すフラグ。これは、イベント全体のサイズが 350KB を超える場合にのみ発生します。                      |
| MemoryConsumedBytes    | uint32                                                                                          |                                                                                                                      |
| ProcessorTimeSeconds   | double                                                                                          | 関数の実行中に消費されたプロセッサ時間。これには、API 呼び出しや HTTP 要求の待機に費やされた時間は含まれません。                                                        |
| Revision               | int32                                                                                           | 実行された CloudScript のリビジョン                                                                                             |


## Related topics

- [entity_executed_cloud_script](/ja-jp/services/playfab/api-references/events/CloudScript/entity-executed-cloud-script.md)
- [cloudscript_executed](/ja-jp/services/playfab/api-references/events/CloudScript/cloudscript-executed.md)
- [title_scheduled_cloudscript_executed](/ja-jp/services/playfab/api-references/events/CloudScript/title-scheduled-cloudscript-executed.md)
- [player_executed_cloudscript](/ja-jp/services/playfab/api-references/events/CloudScript/player-executed-cloudscript.md)
- [カスタム CloudScript の作成](/ja-jp/services/playfab/live-service-management/service-gateway/automation/cloudscript/writing-custom-cloudscript.md)
