mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-05 07:46:35 +08:00
补充了Library的注释
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user