mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-02 15:50:47 +08:00
忘记改啥了*1
This commit is contained in:
@@ -619,7 +619,7 @@ namespace Serein.Library.Api
|
||||
event EnvOutHandler OnEnvOut;
|
||||
#endregion
|
||||
|
||||
#region 接口
|
||||
#region 流程接口
|
||||
|
||||
/// <summary>
|
||||
/// 设置输出
|
||||
@@ -891,6 +891,24 @@ namespace Serein.Library.Api
|
||||
void TriggerInterrupt(string nodeGuid, string expression, InterruptTriggerEventArgs.InterruptTriggerType type);
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
#region 流程依赖类库的接口
|
||||
|
||||
/// <summary>
|
||||
/// 运行时加载
|
||||
/// </summary>
|
||||
/// <param name="file">文件名</param>
|
||||
/// <returns></returns>
|
||||
bool LoadNativeLibraryOfRuning(string file);
|
||||
|
||||
/// <summary>
|
||||
/// 运行时加载指定目录下的类库
|
||||
/// </summary>
|
||||
/// <param name="path">目录</param>
|
||||
/// <param name="isRecurrence">是否递归加载</param>
|
||||
void LoadAllNativeLibraryOfRuning(string path, bool isRecurrence = true);
|
||||
|
||||
#endregion
|
||||
|
||||
#region UI视觉
|
||||
|
||||
Reference in New Issue
Block a user