You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
History feature in electron app will require schema and migration configuration for future releases.
interfaceHistoryEntry{id: string;// uuidsource: string|null;// path to source image(png or jpg) in `userData`. `null` if job succeded, unless flag is specifieddateStart: string;// when job has starteddateEnd: string;// when job has endedoptions: ?;// with what options job was startedocr: ?;// serialized BreachProtocolRecognitionResult map. *MUST* include base64 8bit fragment images. Should contain threshold?sequences: Sequence[];// list of produced sequences. Need toJSON methodgame: BreachProtocol;// ? is this required?result: BreachProtocolResult;exitStrategy: ExitStrategy;status: boolean;// ok/err}
The text was updated successfully, but these errors were encountered:
History feature in electron app will require schema and migration configuration for future releases.
The text was updated successfully, but these errors were encountered: