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

***

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

# Class: Timer

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

## Constructors

### Constructor

> **new Timer**(): `Timer`

#### Returns

`Timer`

## Methods

### clearAll()

> **clearAll**(): `void`

Defined in: [packages/framework/src/utility/Timer.ts:14](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/utility/Timer.ts#L14)

#### Returns

`void`

***

### timeout()

> **timeout**(`timeMS`): `Promise`\<`void`\>

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

#### Parameters

##### timeMS

`number`

#### Returns

`Promise`\<`void`\>
