[**@sora-soft/framework API Reference v2.0.0**](../README.md)

***

[@sora-soft/framework API Reference](../globals.md) / WorkerState

# Enumeration: WorkerState

Defined in: [packages/framework/src/Enum.ts:1](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/Enum.ts#L1)

## Enumeration Members

### Error

> **Error**: `100`

Defined in: [packages/framework/src/Enum.ts:7](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/Enum.ts#L7)

***

### Init

> **Init**: `1`

Defined in: [packages/framework/src/Enum.ts:2](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/Enum.ts#L2)

***

### Pending

> **Pending**: `2`

Defined in: [packages/framework/src/Enum.ts:3](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/Enum.ts#L3)

***

### Ready

> **Ready**: `3`

Defined in: [packages/framework/src/Enum.ts:4](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/Enum.ts#L4)

***

### Stopped

> **Stopped**: `5`

Defined in: [packages/framework/src/Enum.ts:6](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/Enum.ts#L6)

***

### Stopping

> **Stopping**: `4`

Defined in: [packages/framework/src/Enum.ts:5](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/Enum.ts#L5)
