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