public interface ProcessUIController
ProcessUIController allows configure UI for the process status page.
If you know processId, you can access its UI controller using ProcessHandleManager.getUIController(Long) method.
| Modifier and Type | Method and Description |
|---|---|
void |
setParameters(ProcessDisplayParameters parameters) |
void |
setProgress(I18nText activity,
Integer percentComplete)
Updates process progress information
|
void setParameters(@Nullable
ProcessDisplayParameters parameters)
void setProgress(@Nullable
I18nText activity,
@Nullable
Integer percentComplete)
activity - Current activity description, null to keep activity unchangedpercentComplete - Completion percentage, 0 to 100, or -1 for unknown/indeterminate, or null too keep percentage unchangedIllegalArgumentException - if percentComplete is less than -1 or greater than 100Copyright © 2023 ALM Works. All Rights Reserved.