mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
refactot(script) : 调整了脚本执行相关代码(但后续这个脚本会新的DSL被代替),故不再进行调整
This commit is contained in:
@@ -8,15 +8,10 @@ namespace Serein.Script
|
||||
public interface IScriptInvokeContext
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 是否该退出了(由 TokenSource 控制,用于响应外部发出停止信号)
|
||||
/// </summary>
|
||||
bool IsReturn { get; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否需要提前返回(用于脚本中提前结束)
|
||||
/// </summary>
|
||||
bool IsNeedReturn { get; set; }
|
||||
bool IsReturn { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否严格检查 Null 值 (禁止使用 Null)
|
||||
|
||||
Reference in New Issue
Block a user