system.mes.batch.queue.getTransitionStatus(batchQueueEntry, path)

Sepasoft MES Module Suite

system.mes.batch.queue.getTransitionStatus(batchQueueEntry, path)

Get the detailed status of a batch recipe transition of a executing batch.

getTransitionStatus(batchQueueEntry, path) → TransitionExpressionStatus

Syntax

getTransitionStatus(batchQueueEntry, path)

Parameters

BatchQueueEntry batchQueueEntry - The BatchQueueEntry object to get the transition from.

String path - The path of the logic transition. The format of the path must follow the /Procedure/Unit Procedure/Operation:Transition pattern and include a parameter name. Example: /Make Cookies/Mix:Add Flour Complete

Returns

The TransitionExpressionStatus object for the transition which has the overall status and status of each sub expression.

Scope

All



Sepasoft MES Module Suite