Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the identifiers that uniquely identify the task.
To create this interface, call the IScheduler::CreateTaskId or IScheduler::CreateParametricTaskId method.
Members
The ITaskId interface inherits from the IDispatch interface. ITaskId also has these types of members:
- Properties
Properties
The ITaskId interface has these properties.
| Property | Access type | Description | 
|---|---|---|
| Read-only | Retrieves the instance identifier of a parametric task. | |
| Read-only | Retrieves the sequential identifier that identifies the task in the job. | |
| Read-only | Retrieves the identifier that identifies the parent job. | 
Remarks
If the job has been added to the scheduler, the task identifier is assigned to the task when you call the ISchedulerJob::AddTask method. Otherwise, the identifier is assigned when you add the job to the scheduler.
Requirements
| Product | HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities | 
| Type library | Microsoft.Hpc.Scheduler.Properties.tlb |