Previous Topic: OpenSoftwareJobContainerListRecursive3Next Topic: ResumeDeliverySoftwareJobContainer


OpenSoftwareJobContainerSoftwareJobList

The OpenSoftwareJobContainerSoftwareJobList method opens a list of the software jobs that are contained by the given software job container.

The method returns the total number of software jobs in the list, and a handle to the list that can be used for further calls to GetSoftwareJobContainerSoftwareJobs

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwareJobContainerId (m)

The UUID of the software job container whose member jobs should be listed.

SoftwareJobPropertiesRequired softwareJobPropertiesRequired (m)

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

Return Values

xsd:long OpenListHandle

A numeric handle to a list of jobs that can be passed to GetSoftwareJobContainerSoftwareJobs

xsd:long totalNoOfSoftwareJobs

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

Remarks

None

More information:

SoftwareJobPropertiesRequired