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