Sepasoft MES Module Suite
When a sample due state changes to WAITING_APPROVAL, any script in this event is run. It is provided to allow for the performance of other actions, such as alerts, when sample is awaiting approval.
Event Methods
getSample()
Description
Returns the sample that just became due (See Sample section for more information).
Syntax
getSample()
- Parameters
None
- Returns
Sample - The sample that just became due.
getState()
Description
Returns the current sample due state (See Sample Due State Types for more information).
Syntax
getState()
- Parameters
None
- Returns
SampleDueStateTypes - The current sample due state.
Sepasoft MES Module Suite