supplement the mode of the runner

This commit is contained in:
辉鸭蛋
2024-08-11 10:41:01 +08:00
parent a7153a47f6
commit 2c2e9c0303
4 changed files with 15 additions and 6 deletions

View File

@@ -8,9 +8,12 @@ public enum DispatcherTimerOperationEnum
// 关闭实时触发器,自己主动获取图像
UseSelfCaptureImage,
// 使用实时触发器的缓存图模式
// 使用实时触发器的缓存图模式,但是不执行触发器
UseCacheImage,
// 使用实时触发器的缓存图模式
UseCacheImageWithTrigger,
// 不做任何操作
None
}