ITaskId Interface

Definition

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.

Applies to