mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
11 lines
540 B
Markdown
11 lines
540 B
Markdown
# 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**](Date.md) | The next scheduled execution time | [optional]
|
|
**prev** | [**Date**](Date.md) | The previous execution time | [optional]
|
|
**schedule** | **String** | The cron schedule expression (e.g., \"0 0 * * *\") | [optional]
|