Sepasoft MES Module Suite
system.mes.abortOperation(equipmentPath)
Abruptly end the current operation for the equipment specified by the equipmentPath parameter.
Syntax
- Parameters
String equipmentPath - Equipment path of the equipment to end the operation.
- Returns
Nothing
- Scope
All
|
Warning, trace information may not be correctly recorded when this script function is used. |
Code Examples
Python |
#The following line of code will abort the current operation response executing at Bottling Line 1. Different version. system.mes.abortOperation('[global]\Dressings Inc\California\Bottling\Bottling Line 1') |
Sepasoft MES Module Suite