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 |
|
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