Interface IJobResult
-
public interface IJobResult
This structure is a representation of a particular scheduled job run. Once a job run has completed, an newIJobResult
will be generated and kept by the scheduler for later historical querying.- Author:
- aphillip
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
The unique id of the job run.
-
-
-
Method Detail
-
getId
String getId()
The unique id of the job run.- Returns:
- a unique id of the job run
-
-