Table of Contents

Interface IJobLogService

Namespace
Oqtane.Services
Assembly
Oqtane.Client.dll

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

Task<JobLog>

GetJobLogsAsync(int)

Return a list of JobLog entries

Task<List<JobLog>> GetJobLogsAsync(int jobId)

Parameters

jobId int

Returns

Task<List<JobLog>>