Whether the track is currently compiling or evaluating.
Used to prevent compile() and useCompiled() being called from procedural / declarative functions.
Whether the track is currently running a declarative function. Used to prevent procedural / declarative functions being called from a declarative function.
ReadonlyrefsThe refs used in the procedural and declarative functions. May be added to by useRef() calls.
ReadonlytasksThe active or registered tasks within this track.
The current time of the track used when compiling.
The data structure that tracks the procedural and declarative tasks of a system. Used to compile procedural state transitions into declarative time-to-state functions.