public class SchedulerProgressMonitor extends AbstractTaskMonitor
Constructor and Description |
---|
SchedulerProgressMonitor(IScheduler sch,
IScheduledJobRunId runId) |
Modifier and Type | Method and Description |
---|---|
void |
begin(double totalWork,
java.lang.String log)
Notifies that the task is beginning.
|
void |
end(boolean success,
java.lang.String log,
java.lang.String result)
Notifies that the task has been completed.
|
void |
log(java.lang.String log) |
void |
progress(double pr,
java.lang.String log)
Notifies that a given number of work unit of the task has been completed.
|
childEnded, subWork, subWork
public SchedulerProgressMonitor(IScheduler sch, IScheduledJobRunId runId)
public void begin(double totalWork, java.lang.String log)
IServerTaskMonitor
totalWork
- the total number of work units into which the task is been
subdivided.public void progress(double pr, java.lang.String log)
IServerTaskMonitor
pr
- number of work units just completedpublic void end(boolean success, java.lang.String log, java.lang.String result)
IServerTaskMonitor
public void log(java.lang.String log)
Copyright © 2021. All Rights Reserved.