# Enum: com.pnfsoftware.jeb.core.units.code.asm.decompiler.DecompilationStatus

Decompilation status.

## Constant: COMPLETED
Description: The decompilation of the target is complete.

## Constant: IN_PROCESS
Description: The decompilation of the target is ongoing.

## Constant: NEED_RECONVERSION
Description: A new conversion to IR is required, and the decompilation process must be restarted.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.DecompilationStatus`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.DecompilationStatus[]`


