public interface IQueueTaskProcess
Modifier and Type | Method and Description |
---|---|
Date |
getEndDateTime()
Returns the time the processed ended.
|
String |
getId()
Returns the id of the process in the queue.
|
Date |
getQueuedDateTime()
Returns the time the process was added to the queue.
|
Date |
getScheduledDateTime()
Returns the time the process is supposed to run.
|
Date |
getStartDateTime()
Returns the time the process started running.
|
QueueTaskProcessStatus |
getStatus()
Returns the status the process is in.
|
IQueueTask |
getTask()
Returns the process' task.
|
String |
getTitle()
Returns the title of the process.
|
String getId()
String getTitle()
QueueTaskProcessStatus getStatus()
Date getQueuedDateTime()
Date
the process was put in queue.Date getScheduledDateTime()
Date
the process is scheduled to run.Date getStartDateTime()
Date
the process started to run.Date getEndDateTime()
QueueTaskProcessStatus.Failed
status.Date
the process' run finish.IQueueTask getTask()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.