add status on going pull data

This commit is contained in:
2024-12-11 17:52:01 +07:00
parent 14b7d85568
commit 35d467efcd

View File

@ -11,5 +11,6 @@ export enum StatusLogPull {
"Waiting Schedule" = "W",
"Failed Pull Data" = "N",
"Retry Pull Data" = "R",
"On Going Pull Data" = "O",
"Success Pull Data" = "Y"
};