19 references to NotReady
System.Activities (15)
System\Activities\Runtime\ActivityExecutor.cs (1)
2560else if (result == BookmarkResumptionResult.NotReady)
System\Activities\Runtime\BookmarkManager.cs (1)
233return BookmarkResumptionResult.NotReady;
System\Activities\Runtime\BookmarkScopeManager.cs (6)
205resumptionResult = BookmarkResumptionResult.NotReady; 224else if (resumptionResult == BookmarkResumptionResult.NotReady) 229finalResult = BookmarkResumptionResult.NotReady; 245finalResult = BookmarkResumptionResult.NotReady; 267resumptionResult = BookmarkResumptionResult.NotReady; 280resumptionResult = BookmarkResumptionResult.NotReady;
System\Activities\Statements\DurableTimerExtension.cs (2)
174ProcessBookmarkResumptionResult(timerBookmark, BookmarkResumptionResult.NotReady); 210case BookmarkResumptionResult.NotReady:
System\Activities\WorkflowApplication.cs (5)
2527result = BookmarkResumptionResult.NotReady; 2615else if (result == BookmarkResumptionResult.NotReady) 3312tryOneMore = this.resumptionResult == BookmarkResumptionResult.NotReady; 3349if (thisPtr.resumptionResult == BookmarkResumptionResult.NotReady) 3404else if (this.resumptionResult == BookmarkResumptionResult.NotReady)
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (4)
1656if (result == BookmarkResumptionResult.NotReady && !bufferedReceiveEnabled && (this.serviceHost.FilterResumeTimeout.TotalSeconds > 0)) 1894result = BookmarkResumptionResult.NotReady; 3069thisPtr.resumptionResult = BookmarkResumptionResult.NotReady; 3199if (this.resumptionResult == BookmarkResumptionResult.NotReady && !bufferedReceiveEnabled && (this.instance.serviceHost.FilterResumeTimeout.TotalSeconds > 0))