openpaul
Preparing search index...
PhaseState
Interface PhaseState
Phase State - State specific to a phase (stored in state-phase-N.json)
interface
PhaseState
{
completedPlans
:
string
[]
;
currentPlanId
?:
string
;
lastUpdated
:
number
;
metadata
:
Record
<
string
,
unknown
>
;
phase
:
LoopPhase
;
phaseNumber
:
number
;
plans
:
PlanReference
[]
;
}
Hierarchy (
View Summary
)
State
PhaseState
Index
Properties
completed
Plans
current
Plan
Id?
last
Updated
metadata
phase
phase
Number
plans
Properties
completed
Plans
completedPlans
:
string
[]
Optional
current
Plan
Id
currentPlanId
?:
string
last
Updated
lastUpdated
:
number
metadata
metadata
:
Record
<
string
,
unknown
>
phase
phase
:
LoopPhase
phase
Number
phaseNumber
:
number
plans
plans
:
PlanReference
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed
Plans
current
Plan
Id
last
Updated
metadata
phase
phase
Number
plans
openpaul
Loading...
Phase State - State specific to a phase (stored in state-phase-N.json)