This website requires JavaScript.
Explore
Help
Register
Sign In
Deaicup
/
MRCC
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f70b061d1a5eeceaabe574eea84d62ca4985ad4b
MRCC
/
launcher
/
PCL-CE
/
PCL.Core
/
App
/
Tasks
/
TaskState.cs
T
11 lines
121 B
C#
Raw
Normal View
History
Unescape
Escape
feat: 项目初始化 + 3D方块世界原型 + AI助搭系统
2026-08-08 14:07:56 +08:00
namespace
PCL.Core.App.Tasks
;
public
enum
TaskState
{
Waiting
,
Running
,
Success
,
Canceled
,
Failed
}
Reference in New Issue
Copy Permalink