BookmarkOptions Enumeration
Specifies the options for a Bookmark.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.ActivitiesAssembly: System.Activities (in System.Activities.dll)
| Member name | Description | |
|---|---|---|
| None | Default Bookmark options, | |
| MultipleResume | A Bookmark that can be resumed multiple times. By default, the workflow runtime removes a pending bookmark from its bookmarks table when resuming the bookmark. However if the bookmark is specified as MultipleResume, then the bookmark is not removed from the table and the same bookmark can be resumed multiple times. An example usage of MultipleResume is by looping activities such as While, ForEach, and Flowchart. | |
| NonBlocking | A Bookmark that does not block the workflow. By default, the workflow runtime does not consider an activity to have completed execution if it has pending bookmarks. However, if a bookmark is specified as NonBlocking at creation time, the workflow runtime allows the activity to complete execution even if it has pending NonBlocking bookmarks, provided it has no other pending work. |
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.