system.mes.batch.queue.COMMAND_ABORT()

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
batch_entry = system.mes.batch.queue.getEntry('221205_a')
command = system.mes.batch.queue.COMMAND_ABORT()
system.mes.batch.queue.executeEntryCommand(batch_entry, command)
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