BookmarkResumptionResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an enumeration whose members represent the outcome of bookmark scheduling requests.
public enum class BookmarkResumptionResult
public enum BookmarkResumptionResult
type BookmarkResumptionResult =
Public Enum BookmarkResumptionResult
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Success | 0 | The bookmark resumption was successfully scheduled. |
NotFound | 1 | The bookmark resumption was not scheduled because the bookmark could not be found. |
NotReady | 2 | 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. |