QSTOP

The QSTOP.EXE command stops a queue. When a queue is stopped, it will not execute jobs that are pending in the queue.

Syntax



QSTOP.EXE	QueueName 

		/SERVER=ServerName

Qualifiers

/SERVER
This specifies the name of an Argent Queue Engine server. If this qualifier is absent, then the command uses the value of the XS_SERVER environment variable, if defined. If this environment variable is also absent, then the command assumes the local server.

Example A

QSTOP.EXE LOW_PRI

This example stops queue LOW_PRI.

Example B

QSTOP.EXE QUEUE2 /SERVER=FOXBORO

This example stops queue QUEUE2 on server FOXBORO.

See Also:

Command Reference

Network Usage