system.mes.batch.queue.COMMAND_RESTART()

Sepasoft MES Module Suite

Description

Constant value for batch restart command.

Example:

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


COMMAND_RESTART() → String

Syntax

COMMAND_RESTART()

  • Parameters

No Parameters


  • Returns

String constant value.


  • Scope

All

Syntax

Code
batch_entry = system.mes.batch.queue.getEntry('221205_a')
command = system.mes.batch.queue.COMMAND_RESTART()
system.mes.batch.queue.executeEntryCommand(batch_entry, command)



Code
system.mes.batch.queue.executeEntryCommand(bqe, system.mes.batch.queue.COMMAND_RESTART())
or
system.mes.batch.queue.executeEntryCommand(bqe, 'Restart')




Sepasoft MES Module Suite