@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ReportProgress
When a Command method is tagged with ReportProgress and Async the framework will print the progress bar to show the background job progress
| Modifier and Type | Fields and Description |
|---|---|
static java.lang.String |
CTX_ATTR_KEY |
| Modifier and Type | Optional Element and Description |
|---|---|
ReportProgress.Type |
type |
public abstract ReportProgress.Type type
Copyright © 2014–2017 ActFramework. All rights reserved.