Plan
Defined in: src/runtime/plan.ts:9
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
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
subjectCount |
readonly |
number |
src/runtime/plan.ts:10 |
decidedByCode |
readonly |
number |
src/runtime/plan.ts:11 |
questionCount |
readonly |
number |
src/runtime/plan.ts:12 |
requestCount |
readonly |
number |
src/runtime/plan.ts:13 |
requests |
readonly |
readonly PlannedRequest[] |
src/runtime/plan.ts:14 |
notes |
readonly |
readonly string[] |
src/runtime/plan.ts:15 |