IdaJS
    Preparing search index...

    Variable isCoroutinePaused

    isCoroutinePaused: (objectId: number, name: string) => boolean

    Checks if a coroutine with the given name is paused for the given object ID.

    Type Declaration

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

        • objectId: number

          The object ID to check

        • name: string

          The name of the coroutine to check

        Returns boolean

        true if the coroutine is paused, false otherwise