Files
2025-09-07 00:21:05 +00:00

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]