🔧 Code Line | 💬 Meaning |
---|---|
LumaTaskStateQueued = "queued" | ⏳ In Queue |
LumaTaskStatePending = "pending" | 🕓 Pending |
LumaTaskStateProcessing = "processing" | ⚙️ Processing |
LumaTaskStateCompleted = "completed" | 🎉 Completed |
LumaTaskStateFailed = "failed" | ❌ Failed |
LumaTaskStateError = "error" | 🛑 Error (used for error response) |