.NET Framework Class Library
BookmarkResumptionResult Enumeration
Defines an enumeration whose members represent the outcome of bookmark scheduling requests.
Assembly: System.Activities (in System.Activities.dll)
Syntax
Visual Basic
Public Enumeration BookmarkResumptionResult
C#
public enum BookmarkResumptionResult
Visual C++
public enum class BookmarkResumptionResult
F#
type BookmarkResumptionResult
Members
| Member name | Description | |
|---|---|---|
| Success | The bookmark resumption was successfully scheduled. | |
| 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. |
Version Information
.NET Framework
Supported in: 4.NET Framework Client Profile
Supported in: 4Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also