Package | Description |
---|---|
org.pentaho.platform.api.engine |
Modifier and Type | Method and Description |
---|---|
String |
IBackgroundExecution.backgroundExecuteAction(IPentahoSession userSession,
IParameterProvider parameterProvider)
Queues the action specified in the request parameters for execution in the background
|
List<IJobDetail> |
IBackgroundExecution.getScheduledAndExecutingBackgroundJobs(IPentahoSession userSession)
Gets the list of items scheduled for background execution, and those currently executing
|