mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-10 23:18:47 +08:00
Add mutilple threads support for export image
This commit is contained in:
@@ -633,6 +633,9 @@ pub enum ScriptResult {
|
||||
/// Operation completed without any changes.
|
||||
/// For example, no messages found in the script.
|
||||
Ignored,
|
||||
/// Operation not completed.
|
||||
/// This will not count in statistics.
|
||||
Uncount,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]
|
||||
|
||||
Reference in New Issue
Block a user