ITaskId interface

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

InstanceId

Read-only

Retrieves the instance identifier of a parametric task.

JobTaskId

Read-only

Retrieves the sequential identifier that identifies the task in the job.

ParentJobId

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

See also

HPC Interfaces

ISchedulerTask.TaskId