| Package | Description |
|---|---|
| de.aristaflow.adept2.core.runtimeservice | |
| de.aristaflow.adept2.model.runtimeenvironment |
| Modifier and Type | Method and Description |
|---|---|
ProgressMonitor |
RuntimeService.getProgressMonitor(SessionToken token,
java.lang.String sessionID)
Gets the
ProgressMonitor for the designated execution session. |
| Modifier and Type | Method and Description |
|---|---|
ProgressMonitor |
RuntimeEnvironmentFactory.createSimpleProgressMonitor()
Creates a new progress monitor without checking the thread for execution in
a runtime service.
|
ProgressMonitor |
SessionContext.getProgressMonitor()
Returns the assigned progress monitor which should be notified about
the progress of the run.
|