mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
540 B
540 B
Cron
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| execTimes | Long | The total number of times this cron task has been executed | [optional] |
| name | String | The name of the cron task | [optional] |
| next | Date | The next scheduled execution time | [optional] |
| prev | Date | The previous execution time | [optional] |
| schedule | String | The cron schedule expression (e.g., "0 0 * * *") | [optional] |