@minecraft/server
    Preparing search index...

    Class WatchdogTerminateBeforeEventSignalBeta

    Manages callbacks that are connected to a callback that will be called when a script runtime is being terminated due to a violation of the performance watchdog system.

    Index

    Methods

    • Beta

      Parameters

      Returns (arg0: WatchdogTerminateBeforeEvent) => void

      Closure that is called with restricted-execution privilege.

      Adds a callback that will be called when a script runtime is being terminated due to a violation of the performance watchdog system.

      This function can't be called in restricted-execution mode.

      This function can be called in early-execution mode.

    • Beta

      Parameters

      Returns void

      Removes a callback from being called when a script runtime is being terminated due to a violation of the performance watchdog system.

      This function can't be called in restricted-execution mode.

      This function can be called in early-execution mode.