interface TaskUpdateRequest {
    cron?: string;
    description?: string;
    every?: string;
    flux?: string;
    name?: string;
    offset?: string;
    status?: TaskStatusType;
}

Properties

cron?: string

Update the 'cron' option in the flux script.

description?: string

Update the description of the task.

every?: string

Update the 'every' option in the flux script.

flux?: string

The Flux script that the task runs.

name?: string

Update the 'name' option in the flux script.

offset?: string

Update the 'offset' option in the flux script.

MMNEPVFCICPMFPCPTTAAATR