Previous Topic: GetSoftwareJobContainersRecursive3Next Topic: OpenParentSoftwareJobContainerList


HaltDeliverySoftwareJobContainer

The HaltDeliverySoftwareJobContainer method halts the delivery of files to the scalability server for all the jobs inside the software job container identified by its UUID.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwareJobContainerId (m)

The UUID identifying the software job container whose delivery should be halted.

Return Values

This is a void method that does not expose a return value.

Remarks

None

JobContainerRestrictPriority

This method returns the priority marker of the job container.

Parameters

xsd:string sessionId

Session Id. Got from the login to the web service.

Return Values

int priorityRestriction

A marker which returns "0" or "1" representing whether job container has a restriction on priority slider or not.

"0" represents priority of job container has no restriction

"1" represents that the job container has restriction on job container priority.