BookmarkResumptionResult Enum

Definition

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
BookmarkResumptionResult

Fields

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.

Success 0

The bookmark resumption was successfully scheduled.

Applies to