# 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]