Previous Topic: OpenSoftwareJobListNext Topic: ResumeSoftwareJobs


OpenSoftwareJobUnitSoftwareJobList

The OpenSoftwareJobUnitSoftwareJobList function opens a list of unit software jobs (instances of a software job applied to a specified unit) for a given software job.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwareJobId (m)

The UUID identifying the software job whose unit instances should be listed.

unitSoftwareJobPropertiesRequired UnitSoftwareJobPropertiesRequired (m)

The properties that will be required when getting a unit software job from the list.

Return Values

xsd:long OpenListHandle

A numeric handle to a list of unit software jobs that can be passed to GetSoftwareJobUnitSoftwareJobs

xsd:long totalNoOfUnitSoftwareJobs

The total number of unit software jobs in the list whose handle has been returned.

Remarks

This method returns the size of the list, and a handle to the list that can be used with the GetSoftwareJobUnitSoftwareJobs method.

More information:

UnitSoftwareJobPropertiesRequired