IDA C++ SDK 9.2
Loading...
Searching...
No Matches
Status indicator states

Variables

const idastate_t st_Ready = 0
 READY: IDA is doing nothing.
const idastate_t st_Think = 1
 THINKING: Autoanalysis on, the user may press keys.
const idastate_t st_Waiting = 2
 WAITING: Waiting for the user input.
const idastate_t st_Work = 3
 BUSY: IDA is busy.

Detailed Description

Variable Documentation

◆ st_Ready

const idastate_t st_Ready = 0

READY: IDA is doing nothing.

◆ st_Think

const idastate_t st_Think = 1

THINKING: Autoanalysis on, the user may press keys.

◆ st_Waiting

const idastate_t st_Waiting = 2

WAITING: Waiting for the user input.

◆ st_Work

const idastate_t st_Work = 3

BUSY: IDA is busy.