API referenceType aliases
OpenSession
Type Alias: OpenSession
type OpenSession = (options) =>
| Promise<HarnessSession>
| HarnessSession;Defined in: packages/microfoom-core/src/session.ts:136
Factory the runner calls to open a session for a program run.
Parameters
| Parameter | Type |
|---|---|
options | HarnessSessionOptions |
Returns
| Promise<HarnessSession>
| HarnessSession
