public class CallState extends Object
| Modifier and Type | Field and Description |
|---|---|
static CallState |
FAILED |
static CallState |
IN_PROCESS |
static CallState |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFailed() |
boolean |
isFinished() |
boolean |
isSuccess() |
String |
toString() |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.