> ## Documentation Index
> Fetch the complete documentation index at: https://baileys.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# PlanningStepStatus

> Protobuf enumeration PlanningStepStatus generated from WAProto.

Defined in: [WAProto/index.d.ts:1890](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L1890)

## Enumeration Members

### EXECUTING

> **EXECUTING**: `2`

Defined in: [WAProto/index.d.ts:1893](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L1893)

***

### FINISHED

> **FINISHED**: `3`

Defined in: [WAProto/index.d.ts:1894](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L1894)

***

### PLANNED

> **PLANNED**: `1`

Defined in: [WAProto/index.d.ts:1892](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L1892)

***

### UNKNOWN

> **UNKNOWN**: `0`

Defined in: [WAProto/index.d.ts:1891](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L1891)
