Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskSchedulingStatus ¶
type TaskSchedulingStatus struct {
Last time.Time // The last time the task was scheduled or executed
Next time.Time // The next time the task is scheduled to be executed
}
TaskSchedulingStatus represents the scheduling status of a task. It includes information about the last and next scheduled times.
Click to show internal directories.
Click to hide internal directories.