Sepasoft MES Module Suite
system.mes.delaySchedule(operationsRequest)
Delay the operations request by the amount that it is overdue to begin or finish. When this is done, other operations requests may also be delayed if they are in conflict.
Syntax
system.mes.delaySchedule(operationsRequest)
Parameters
MESOperationsRequest operationsRequest - The MES object to delay the schedule for.
Returns
Nothing
- Scope
All
Python |
#Load an operations request object operationsRequest = system.mes.loadMESObject('Receive MaterialA', 'OperationsRequest') #Delays schedule for the given operations request system.mes.delaySchedule(operationsRequest) |
Sepasoft MES Module Suite