| Interface | Description |
|---|---|
| ExecutionLogRepository |
A log repository is responsible for storing and retrieving execution logs for scheduler tasks.
|
| Class | Description |
|---|---|
| ExecutionLog |
An execution log is a record containing all the relevant information about a specific execution of a task.
|
| FileSystemLogRepository |
This log repository implementation stores the execution logs in the file system, scattering them in the following way:
|
| Enum | Description |
|---|---|
| ExecutionLog.TaskState |
Represents the current state of a task.
|
Copyright © 2018 FenixEdu. All rights reserved.