public interface LastExecution
Trigger
class to determine the next scheduled timeout
or whether a run should be skipped.Modifier and Type | Method and Description |
---|---|
String |
getIdentityName()
The name or ID of the identifiable object, as specified in the
ManagedTask.IDENTITY_NAME execution property of the task if
it also implements the ManagedTask interface. |
Object |
getResult()
Result of the last execution.
|
Date |
getRunEnd()
The last time in which the task was completed.
|
Date |
getRunStart()
The last time in which the task started running.
|
Date |
getScheduledStart()
The last time in which task was scheduled to run.
|
String getIdentityName()
ManagedTask.IDENTITY_NAME
execution property of the task if
it also implements the ManagedTask
interface.Object getResult()
Date getScheduledStart()
Date getRunStart()
Date getRunEnd()
Copyright (c) 2020 Eclipse Foundation. Use is subject to license terms.