@XMLBindable public class UESProcessProgress extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<UESProcessEvent> |
events
List of all events which occurred during process.
|
private long |
finished
Timestamp when process was finished.
|
private UESMessage |
message
Actual progress message.
|
private UESURI |
processUri
UESURI of process.
|
private byte |
progress
Actual progress percentage.
|
private long |
started
Timestamp when process was started.
|
| Constructor and Description |
|---|
UESProcessProgress() |