feat: add fnOS packaging, storage workflows and release pipeline
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace dy.net.model.dto
|
||||
{
|
||||
public enum OpenListTransferStatus
|
||||
{
|
||||
Queued = 0,
|
||||
WaitingForSource = 1,
|
||||
Copying = 2,
|
||||
Verifying = 3,
|
||||
Promoting = 4,
|
||||
WaitingRetry = 5,
|
||||
Succeeded = 6,
|
||||
Failed = 7,
|
||||
Cancelled = 8
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user