Interface IJobLogService
Service to read the job schedule log
public interface IJobLogService
Methods
GetJobLogAsync(int)
Return a JobLog entry for the given Id
Task<JobLog> GetJobLogAsync(int jobLogId)
Parameters
jobLogId
int
Returns
GetJobLogsAsync()
Return a list of all JobLog entries
Task<List<JobLog>> GetJobLogsAsync()