IdaJS
    Preparing search index...

    Variable stopCoroutine

    stopCoroutine: (objectId: number) => void

    Stops the coroutine for the given object ID. This will stop the coroutine execution and clear its state, if it is running.

    Type Declaration

      • (objectId: number): void
      • Parameters

        • objectId: number

        Returns void