From 35d467efcd56bdbfd18e51d739cee1a05a3a3a9b Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Wed, 11 Dec 2024 17:52:01 +0700 Subject: [PATCH] add status on going pull data --- src/types/pull.ts | 1 + 1 file changed, 1 insertion(+) 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