AxSystemEventClock Generated TypeScript API reference. typescript api api/reference build/apidocs/Class.AxSystemEventClock.md class AxSystemEventClock

AxSystemEventClock

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/event/types.ts#L63

Implements

Constructors

Constructor

TypeScript
new AxSystemEventClock(): AxSystemEventClock;

Returns

AxSystemEventClock

Methods

now()

TypeScript
now(): number;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/event/types.ts#L64

Returns

number

Implementation of

AxEventClock.now


sleep()

TypeScript
sleep(ms: number, signal?: AbortSignal): Promise<void>;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/event/types.ts#L68

Parameters

ParameterType
msnumber
signal?AbortSignal

Returns

Promise<void>

Implementation of

AxEventClock.sleep

Docs