system.mes.batch.queue.getLastActivityDateTime()

Sepasoft MES Module Suite

system.mes.batch.queue.getLastActivityDateTime()

Gets the date and time that batch steps change (at all levels within the recipe-procedure down to phases). All valid workflows. Use with BatchQueueEntry.

Version Specific

Warning

Available in Batch Procedure version 3.81.67 RC2 and later.

Warning Do not use this scripting function for data collection, for example 1 second pulls. Doing this could create performance issues.

getLastActivityDateTime()

Syntax

getLastActivityDateTime()

Parameters

None


  • Returns

last activity date time


  • Scope

All

Example

Code
bqe = system.mes.batch.queue.getEntry('D-120602')
print (bqe.getLastActivityDateTime())

Sepasoft MES Module Suite