JoinableTaskCreationOptions Enum

Definition

Specifies flags that control optional behavior for the creation and execution of tasks.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class JoinableTaskCreationOptions
Inheritance
JoinableTaskCreationOptions
Attributes

Fields

Name Value Description
None 0

Specifies that the default behavior should be used.

LongRunning 1

Specifies that a task will be a long-running operation. It provides a hint to the JoinableTaskContext that hang report should not be fired, when the main thread task is blocked on it.

Applies to

Produkt Verzie
Visual Studio SDK 2015, 2017, 2019, 2022