Sepasoft MES Module Suite
system.mes.sample.data.includeSample(sampleUUID)
Includes the sample previously excluded, specified by UUID parameter.
Syntax
system.mes.sample.data.includeSample(sampleUUID)
- Parameters
String sampleUUID - The UUID to an existing sample to include.
- Returns
Nothing
- Scope
All
Code Examples
Python |
system.quality.sample.include('e462217e-bc7c-4ee6-9226-206a4d7576e8') |
Sepasoft MES Module Suite