For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-ui/enums/FormCancelationReason.md.

Enumeration: FormCancelationReason

Beta

一个枚举,表示表单被取消的原因。

An enum representing the reasons why a form was canceled.

Enumeration Members

UserBusy

UserBusy: "UserBusy"

Beta

Remarks

由于玩家正忙于另一个 UI 交互,表单被取消。

The form was canceled because the player was busy with another UI interaction.


UserClosed

UserClosed: "UserClosed"

Beta

Remarks

由于玩家关闭了表单,表单被取消。

The form was canceled because the player closed it.