mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
8 lines
122 B
C#
8 lines
122 B
C#
namespace Yi.Framework.AiHub.Domain.Shared.Enums;
|
|
|
|
public enum TaskStatusEnum
|
|
{
|
|
Processing,
|
|
Success,
|
|
Fail
|
|
} |