ITaskId Interface
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.
Contains the identifiers that uniquely identify the task.
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("D38CDF30-B8EB-42aa-A9AB-B6176CCD565F")]
public interface ITaskId
type ITaskId = interface
Public Interface ITaskId
- Derived
- Attributes
Properties
| InstanceId |
Retrieves the instance identifier of a parametric task. |
| JobTaskId |
Retrieves the sequential identifier that identifies the task in the job. |
| ParentJobId |
Retrieves the identifier that identifies the parent job. |