BookmarkResumptionResult Enumeration
.NET Framework (current version)
Defines an enumeration whose members represent the outcome of bookmark scheduling requests.
Assembly: System.Activities (in System.Activities.dll)
| Member name | Description | |
|---|---|---|
| NotFound | The bookmark resumption was not scheduled because the bookmark could not be found. | |
| NotReady | The bookmark resumption was not scheduled because the runtime has not yet created the bookmark. The host should wait until another idle point to try resumption again. | |
| Success | The bookmark resumption was successfully scheduled. |
.NET Framework
Available since 4.0
Available since 4.0
Show: