resumeByLibrary

Resumes players by library. The default handler for {@link NodeSessionOptions.byLibrary}; exported so a custom `resumeFn` can reuse or wrap it.

Signature

declare function resumeByLibrary(node: NodeStructure, players: PlayerStructure[]): Promise<void>;

JSDoc

Parameters

node
The node that is resuming the players.
players
The players to be resumed.

Returns

Members

This export does not declare public properties or methods in the generated declaration file.