IdaJS
    Preparing search index...

    Variable unpauseCoroutine

    unpauseCoroutine: (objectId: number, name: string) => void

    Unpauses (resumes) a previously paused coroutine for the given object ID and name. If another coroutine is running for the same object ID, it will be stopped first.

    Type Declaration

      • (objectId: number, name: string): void
      • Parameters

        • objectId: number

          The object ID whose coroutine to resume

        • name: string

          The name of the paused coroutine to resume

        Returns void