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.
Retrieves or sets the list of parent job IDs.
This property is read/write.
Syntax
HRESULT put_ParentJobIds(
[in] IIntCollection value
);
HRESULT get_ParentJobIds(
[out] IIntCollection *pValue
);
Property value
The collection of parent job IDs.
Error codes
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code. To get a description of the error, access the ErrorMessage task property.
Remarks
Note Child jobs will not begin until all parent jobs have completed.
Requirements
Product |
This property was introduced in Windows HPC Pack 2012 and is not supported in previous versions. |
Type library |
Microsoft.Hpc.Scheduler.tlb |