Script API - v1.26.0.25
    Preparing search index...

    Class StartupBeforeEventSignal

    Advertisement
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • callback: (arg0: StartupEvent) => void

        This closure is called with early-execution privilege.

      Returns (arg0: StartupEvent) => void

      Closure that is called with early-execution privilege.

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

      This function can be called in early-execution mode.

    • Parameters

      • callback: (arg0: StartupEvent) => void

        This closure is called with early-execution privilege.

      Returns void

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

      This function can be called in early-execution mode.

    Advertisement