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

# 计划任务

> 使用 PlayFab 计划任务自动化 LiveOps 例行操作，更新游戏数据、运行 CloudScript、调整虚拟货币或重新吸引流失玩家。

计划任务是自动执行常见游戏运营例行操作的一种方式。示例包括：

* 更新[游戏数据](/services/playfab/live-service-management/game-configuration/titledata)以反映当前活动的更改。
* 每日将虚拟货币注入游戏经济。
* 根据一天中的时间修改商店中的价格。
* 联系流失玩家并鼓励他们重新参与。

自动任务可以执行预定义操作或运行 [CloudScript](/services/playfab/live-service-management/service-gateway/automation/cloudscript)，从而实现你想要实现的任何自定义服务器端功能。

## 链接

* [计划任务快速入门](/services/playfab/data-analytics/acting-data/scheduled-tasks/quickstart)


## Related topics

- [使用玩家自定义属性进行高级分段](/zh-CN/services/playfab/live-service-management/game-configuration/segmentation/advanced-segmentation.md)
- [计划任务快速入门](/zh-CN/services/playfab/data-analytics/acting-data/scheduled-tasks/quickstart.md)
- [title_started_task](/zh-CN/services/playfab/api-references/events/Extension/title-started-task.md)
- [计划扩缩](/zh-CN/services/playfab/data-analytics/legacy/insights/scheduled-scaling.md)
- [针对整个玩家分段的批量操作](/zh-CN/services/playfab/data-analytics/acting-data/action-rules-bulk-actions-for-an-entire-player-segment.md)
