Package | Description |
---|---|
org.asteriskjava.pbx |
Modifier and Type | Method and Description |
---|---|
static ActivityStatusEnum |
ActivityStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityStatusEnum[] |
ActivityStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CompletionAdaptor.progress(T activity,
ActivityStatusEnum status,
String message) |
void |
ActivityCallback.progress(T activity,
ActivityStatusEnum status,
String message)
Called periodically to indicate progress with the task being tracked.
|
Copyright © 2004–2022. All rights reserved.