9 ::ll::TypedStorage<1, 1, bool> isCurrentWaitingOnCall;
10 ::ll::TypedStorage<1, 1, bool> mWasCallAborted;
11 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> operationStartTime;
12 ::ll::TypedStorage<8, 8, ::std::chrono::seconds> timeLimit;
13 ::ll::TypedStorage<1, 1, bool> mHasRetryBeenRequested;
14 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mRetryTime;
21 MCNAPI
bool hasAsyncOperationTimedOut();
23 MCNAPI
void retryCallInSeconds(
int seconds);
25 MCNAPI
bool shouldCallBeRetried();
27 MCNAPI
void trackNewAsyncOperation(
int timeoutInSeconds);