Skip to content

Home > resol-vbus-core-toolbox > utils > StartGate > abort

utils.StartGate.abort() method

Abort the race with the provided reason.

Signature:

typescript
abort(err: unknown): void;

Parameters

Parameter

Type

Description

err

unknown

The reason to abort.

**Returns:**

void