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()

Return a list of all JobLog entries

Task<List<JobLog>> GetJobLogsAsync()

Returns

Task<List<JobLog>>