hqueue ejectJobFromClient

   1514   1   1
User Avatar
Member
15 posts
Joined: July 2012
Offline
Hi

I am writing code for the hqServer, and I really would like what are the parameters to call this function: hq_server.ejectJobFromClient
There is no documentation about it.
Thanks
Claire
http://www.coclea.eu [coclea.eu]
User Avatar
Staff
1256 posts
Joined: July 2005
Offline
Hi Claire,

I'll add documentation for the function.

The ejectJobFromClientaccepts a single argument – the id of the job that you want to eject from a client.

For example, to eject job 25:
hq_server.ejectJobFromClient(25)

There is no return value for this function.

Ejecting a job removes it from the assigned client and then automatically reschedules it back onto the queue.

I hope this helps.

Cheers,
Rob
  • Quick Links