public interface ProcessStatusTiming
ProcessStatus
to track when processing is started and completed. This will generally
apply to the consumption of a SystemEvent
on a given node.Modifier and Type | Method and Description |
---|---|
Date |
getDateFinished() |
Date |
getDateStarted() |
void |
setDateFinished(Date dateFinished) |
void |
setDateStarted(Date dateStarted) |
Copyright © 2017. All rights reserved.