Xjph / ObservatoryCore

Elite Observatory: Extensible tool for processing Elite Dangerous journals
https://observatory.xjph.net/
MIT License
79 stars 13 forks source link

feat(core,framework): Add LogMonitorState.BatchCancelled #164

Closed fredjk-gh closed 1 month ago

fredjk-gh commented 1 month ago

We now have an explicit state that is fired when you cancel a read-all. This is useful for plugins which store state that may be incomplete/unusable if read all is not complete.

State transitions will be as follows: -> | Batch [-> | BatchCancelled] ->

The BatchCancelled state is not entered if the read-all run completes normally.