Share via


ISchedulerTask::IsServiceConcluded property

Gets whether the HPC Job Scheduler Service has concluded starting subtasks for a service task.

This property is read-only.

Syntax

HRESULT get_IsServiceConcluded(
  [out, retval] VARIANT_BOOL *pRetVal
);

Property value

Pointer to a VARIANT_BOOL that indicates whether the HPC Job Scheduler Service has concluded starting subtasks for a service task.

VARIANT_TRUE indicates that the HPC Job Scheduler Service has concluded starting subtasks for a service task. VARIANT_FALSE indicates that the HPC Job Scheduler Service has not concluded starting subtasks for a service task, or that the task is not a service task.

Error codes

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error value.

Requirements

Product

HPC Pack 2008 R2 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

ISchedulerTask

ISchedulerTask::ServiceConclude

ISchedulerTask::Type