system.mes.batch.queue.COMMAND_PAUSE()

Sepasoft MES Module Suite

system.mes.batch.queue.COMMAND_PAUSE()

Constant value for batch pause command.

Example:

Can be used with system.mes.batch.queue.executeStepCommand(batchQueueEntry, path, command)

COMMAND_PAUSE() → String

Syntax

COMMAND_PAUSE()

Parameters

No Parameters

Returns

String constant value.

Scope

All

Scripting Example

Code
batch_entry = system.mes.batch.queue.getEntry('221205_a')
command = system.mes.batch.queue.COMMAND_PAUSE()
system.mes.batch.queue.executeEntryCommand(batch_entry, command)
Code
system.mes.batch.queue.executeEntryCommand(bqe, system.mes.batch.queue.COMMAND_PAUSE())
or
system.mes.batch.queue.executeEntryCommand(bqe, 'Pause')

Sepasoft MES Module Suite