diff --git a/src/types/pull.ts b/src/types/pull.ts index 2daec3c..6b4406b 100644 --- a/src/types/pull.ts +++ b/src/types/pull.ts @@ -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" }; \ No newline at end of file