TimerExecution
Type: Object
A TimerExecution represents the execution of a timer on its schedule. It contains information about the status of the timer, the logs generated during the execution, and the outcome of the timer.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| createdAt | DateTime! | |||
| executedAt | DateTime | The time at which the timer was executed | ||
| id | ID! | |||
| logs | [String!] | The logs that were generated during the timer execution | ||
| scheduledAt | DateTime | The time at which the timer was scheduled | ||
| status | ExecutionStatus! | The status of the timer | ||
| timer | Timer! | |||
| timerId | ID! | |||
| updatedAt | DateTime! |