Sample Overdue Event

Sepasoft MES Module Suite

When a sample due state changes to OVERDUE, any script in this event is run. It is provided to allow for the performance other actions, such as alerts, when sample is overdue.

Event Methods

 

getSample()


Description

Returns the sample that is overdue (See Sample section more information).


Syntax

getSample()

 

  • Parameters

None

  • Returns

Sample sample - The Sample that is overdue.




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