@minecraft
    正在准备搜索索引...

    枚举 WatchdogTerminateReason实验性

    An enumeration with the reason that a watchdog is deciding to terminate execution of a behavior packs' script.

    索引

    枚举成员

    枚举成员

    Hang: "Hang"

    Script runtime for a behavior pack is terminated due to non-responsiveness from script (a hang or infinite loop).

    StackOverflow: "StackOverflow"

    Script runtime for a behavior pack is terminated due to a stack overflow (a long, and potentially infinite) chain of function calls.