补充了Library的注释

This commit is contained in:
fengjiayi
2024-10-11 19:31:34 +08:00
parent aa85c907a3
commit 5bef0d9b57
27 changed files with 202 additions and 239 deletions

View File

@@ -6,7 +6,9 @@ using System.Threading.Tasks;
namespace Serein.Library.Enums
{
/// <summary>
/// 触发器说明
/// </summary>
public enum FlipflopStateType
{
/// <summary>
@@ -22,7 +24,7 @@ namespace Serein.Library.Enums
/// </summary>
Error,
/// <summary>
/// 取消
/// 取消(将不会执行触发器的后继节点)
/// </summary>
Cancel,
}