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