# Plan

Defined in: [src/runtime/plan.ts:9](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/runtime/plan.ts#L9)

What would happen if you ran this. Which state leaves the process, which questions are asked, how many subjects were settled by code alone, and how the questions batch into requests.

## Properties

| Property            | Modifier   | Type                         | Defined in                                                                                                                               |
| ------------------- | ---------- | ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| []()`subjectCount`  | `readonly` | `number`                     | [src/runtime/plan.ts:10](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/runtime/plan.ts#L10) |
| []()`decidedByCode` | `readonly` | `number`                     | [src/runtime/plan.ts:11](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/runtime/plan.ts#L11) |
| []()`questionCount` | `readonly` | `number`                     | [src/runtime/plan.ts:12](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/runtime/plan.ts#L12) |
| []()`requestCount`  | `readonly` | `number`                     | [src/runtime/plan.ts:13](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/runtime/plan.ts#L13) |
| []()`requests`      | `readonly` | readonly `PlannedRequest`\[] | [src/runtime/plan.ts:14](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/runtime/plan.ts#L14) |
| []()`notes`         | `readonly` | readonly `string`\[]         | [src/runtime/plan.ts:15](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/runtime/plan.ts#L15) |