SchedulingState
: int
in package
Where a term sits in the scheduling lifecycle.
Values match Anki's cards.type so the .apkg exporter can write them
straight through once phase 2b wires scheduling into the round-trip.
Table of Contents
Cases
- Learning = 1
- New = 0
- Relearning = 3
- Review = 2