system.mes.batch.queue.COMMAND_HOLD()

Sepasoft MES Module Suite

system.mes.batch.queue.COMMAND_HOLD()

Constant value for batch hold command.

Example:

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

COMMAND_HOLD() → String

Syntax

COMMAND_HOLD()

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_HOLD()
system.mes.batch.queue.executeEntryCommand(batch_entry, command)
Code
system.mes.batch.queue.executeEntryCommand(bqe, system.mes.batch.queue.COMMAND_HOLD())
or
system.mes.batch.queue.executeEntryCommand(bqe, 'Hold')



Sepasoft MES Module Suite