mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-19 16:06:33 +08:00
重构了底层,方便向Android、Web、Linux进行跨平台迁移
This commit is contained in:
@@ -136,7 +136,7 @@ namespace MyDll
|
||||
|
||||
#region 触发器
|
||||
|
||||
[NodeAction(NodeType.Flipflop, "等待信号触发")]
|
||||
[NodeAction(NodeType.Flipflop, "等待信号触发",ReturnType = typeof(int))]
|
||||
public async Task<IFlipflopContext> WaitTask(SignalType triggerType = SignalType.光电1)
|
||||
{
|
||||
/*if (!Enum.TryParse(triggerValue, out SignalType triggerType) && Enum.IsDefined(typeof(SignalType), triggerType))
|
||||
|
||||
Reference in New Issue
Block a user