IdaJS
    Preparing search index...

    Variable getRunningCoroutineName

    getRunningCoroutineName: (objectId: number) => string | null

    Gets the name of the currently running coroutine for the given object ID.

    Type Declaration

      • (objectId: number): string | null
      • Parameters

        • objectId: number

          The object ID to check

        Returns string | null

        The name of the running coroutine, or null if no coroutine is running on an object