Sepasoft MES Module Suite
When a sample due state changes to COMING_DUE, any script in this event is run. It is provided to allow for the performance of other actions, such as alerts, when sample is coming due.
Event Methods
getSample()
Description
Returns the sample that just became due. (See Sample section for more information).
Syntax
getSample()
- Parameters
None
- Returns
Sample sample - The Sample that has 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 due state of this sample.
Sepasoft MES Module Suite