public static class Schedule.Result
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
comment |
private boolean |
result |
| Constructor and Description |
|---|
Result(java.lang.String commentIn,
boolean resultIn)
Construct a new Result
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
Human readable comment
|
boolean |
getResult()
boolean indicating success
|