# EvaluationSuspendedError

Error thrown when computations become suspended.
To perform any other action wait for the batch to complete or resume the evaluation.
Relates to:

**`see`** [batch](hyperformula.md#batch)

**`see`** [suspendEvaluation](hyperformula.md#suspendevaluation)

**`see`** [resumeEvaluation](hyperformula.md#resumeevaluation)

## Constructors

### constructor 

\+ **new EvaluationSuspendedError**(): *[EvaluationSuspendedError](evaluationsuspendederror.md)*

*Defined in [src/errors.ts:257](https://github.com/handsontable/hyperformula/blob/b8542ec/src/errors.ts#L257)*

**Returns:** *[EvaluationSuspendedError](evaluationsuspendederror.md)*

## Properties

### message 

• **message**: *string*

___

### name 

• **name**: *string*

___

### stack

• **stack**? : *undefined | string*

___

### Error

▪ **Error**: *ErrorConstructor*