# Constants
Failed failed.
Success success.
ConnectorKafkaSink is for the streaming connector task.
MergeObject is for the merge object task.
MetricLogMerge handle metric/log exported data merge task.
MetricStorageUsage handle metric server_storage_usage collection.
SystemInit system init task.
TestOnly reserved for testing.
Canceled is the state that the task is canceled by user.
CancelRequested is the state that cancel request has been proposed to the task and has not been canceled.
Completed the task has been completed.
Create is the state of waiting to be scheduled.
Error is the state that the task encounters some kind of error.
Paused is the state that the task has been paused by user.
PauseRequested is the state that pause request has been proposed to the task and has not been paused.
ResumeRequested is the state that resume request has been proposed to the task and has not been resume.
Running is running state.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Task task execute info.
No description provided by the author
CronTask task execute info.
No description provided by the author
No description provided by the author
No description provided by the author
ExecuteResult task execute result.
Resource task resource.
TaskMetadata is a task metadata abstraction that can be scheduled for execution at any CN node.
TaskOptions task options.
# Interfaces
No description provided by the author
# Type aliases
ResultCode result code.
TaskCode task code.
TaskStatus task status.
No description provided by the author