Sepasoft MES Module Suite
Description
Constant value for batch stop command.
Example:
Can be used with system.mes.batch.queue.executeStepCommand(batchQueueEntry, path, command)
COMMAND_STOP() → String
Syntax
COMMAND_STOP()
- Parameters
No Parameters
- Returns
String constant value.
- Scope
All
Syntax
Code |
|
Code |
system.mes.batch.queue.executeEntryCommand(bqe, system.mes.batch.queue.COMMAND_STOP()) or system.mes.batch.queue.executeEntryCommand(bqe, 'Stop') |
Sepasoft MES Module Suite