using Serein.Library.Api;
using Serein.Library;
using Serein.Library.Utils;
namespace Serein.NodeFlow.Model
{
///
/// 触发器节点
///
public class SingleFlipflopNode : NodeModelBase
{
public SingleFlipflopNode(IFlowEnvironment environment) : base(environment)
{
}
///
/// 执行触发器进行等待触发
///
///
///
///
public override async Task