add status on going pull data
This commit is contained in:
@ -11,5 +11,6 @@ export enum StatusLogPull {
|
|||||||
"Waiting Schedule" = "W",
|
"Waiting Schedule" = "W",
|
||||||
"Failed Pull Data" = "N",
|
"Failed Pull Data" = "N",
|
||||||
"Retry Pull Data" = "R",
|
"Retry Pull Data" = "R",
|
||||||
|
"On Going Pull Data" = "O",
|
||||||
"Success Pull Data" = "Y"
|
"Success Pull Data" = "Y"
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user