Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 36d091d

Browse files
committed
Add function to check if in resubscribe holdoff state
1 parent 1ffe19c commit 36d091d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/profiles/data-management/Current/SubscriptionClient.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ class SubscriptionClient
295295
bool IsEstablishedIdle() { return (mCurrentState == kState_SubscriptionEstablished_Idle); }
296296
bool IsFree() { return (mCurrentState == kState_Free); }
297297
bool IsAborting() { return (mCurrentState == kState_Aborting); }
298+
bool IsInResubscribeHoldoff() { return (mCurrentState == kState_Resubscribe_Holdoff); }
298299

299300
void IndicateActivity(void);
300301

0 commit comments

Comments
 (0)