system.mes.batch.queue.COMMAND_RESUME()

Sepasoft MES Module Suite

Description

Constant value for batch resume command.

Example:

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


COMMAND_RESUME() → String

Syntax

COMMAND_RESUME()

  • 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_RESUME()
system.mes.batch.queue.executeEntryCommand(batch_entry, command)
Code
system.mes.batch.queue.executeEntryCommand(bqe, system.mes.batch.queue.COMMAND_RESUME())
or
system.mes.batch.queue.executeEntryCommand(bqe, 'Resume')




Sepasoft MES Module Suite