IdaJS
    Preparing search index...

    Variable isCoroutineRunning

    isCoroutineRunning: (objectId: number, name?: string) => boolean

    Checks if a coroutine is currently running for the given object ID.

    Type Declaration

      • (objectId: number, name?: string): boolean
      • Parameters

        • objectId: number

          The object ID to check

        • Optionalname: string

          Optional name to verify the expected coroutine is running (will be verified to match the currently running coroutine)

        Returns boolean

        true if the coroutine is running on this object and if the name is matching when specified, false otherwise