mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
更改了拖入的DLL显示名称
尝试添加了web自动化测试(基于Selenium)
This commit is contained in:
@@ -175,6 +175,7 @@ namespace MyDll
|
||||
|
||||
var tcs = MyPlc.CreateTcs(triggerType);
|
||||
var result = await tcs.Task;
|
||||
|
||||
Interlocked.Increment(ref MyPlc.Count); // 原子自增
|
||||
Console.WriteLine($"信号触发[{triggerType}] : {MyPlc.Count}");
|
||||
return new FlipflopContext(FfState.Succeed, MyPlc.Count);
|
||||
|
||||
Reference in New Issue
Block a user