Variable PoolEventsConst

PoolEvents: Readonly<{
    busy: "busy";
    full: "full";
}> = ...

Enumeration of pool events.

Generated using TypeDoc