DkmManagedTaskInfo Struct
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.
Information about a managed task that is obtained via inspection.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public value class DkmManagedTaskInfo
public value class DkmManagedTaskInfo
struct DkmManagedTaskInfo
[System.Runtime.InteropServices.Guid("00083cf7-83a6-88c5-bf6e-c4fc451fa49c")]
public struct DkmManagedTaskInfo
[<System.Runtime.InteropServices.Guid("00083cf7-83a6-88c5-bf6e-c4fc451fa49c")>]
type DkmManagedTaskInfo = struct
Public Structure DkmManagedTaskInfo
- Inheritance
-
DkmManagedTaskInfo
- Attributes
Constructors
DkmManagedTaskInfo(Int32, Int32, String, Int32) |
Initialize a new DkmManagedTaskInfo value. This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM). |
Fields
AsyncState |
[Optional] Currently deprecated. String representing the AsyncState property of the task. |
Id |
The task ID. |
ParentId |
The ID of this tasks parent. |
StateFlags |
The state flags stored in the task object. |