mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
重写了Web Api的逻辑,用Emit构造委托加速API处理
This commit is contained in:
@@ -500,7 +500,7 @@ namespace Serein.Library.Api
|
||||
/// 清理加载的DLL(待更改)
|
||||
/// </summary>
|
||||
void ClearAll();
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 开始运行
|
||||
@@ -549,6 +549,11 @@ namespace Serein.Library.Api
|
||||
/// <param name="nodeGuid">待移除的节点Guid</param>
|
||||
void RemoteNode(string nodeGuid);
|
||||
|
||||
// 启动触发器
|
||||
void ActivateFlipflopNode(string nodeGuid);
|
||||
void TerminateFlipflopNode(string nodeGuid);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 设置节点中断级别
|
||||
/// </summary>
|
||||
@@ -612,7 +617,6 @@ namespace Serein.Library.Api
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
#region UI视觉
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user