Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.16 KB

TaskInfo.md

File metadata and controls

20 lines (15 loc) · 1.16 KB

TaskInfo

Properties

Name Type Description Notes
name Option<String> Gets or sets the name. [optional]
state Option<crate::models::TaskState> [optional]
current_progress_percentage Option<f64> Gets or sets the progress. [optional]
id Option<String> Gets or sets the id. [optional]
last_execution_result Option<crate::models::TaskInfoLastExecutionResult> [optional]
triggers Option<Veccrate::models::TaskTriggerInfo> Gets or sets the triggers. [optional]
description Option<String> Gets or sets the description. [optional]
category Option<String> Gets or sets the category. [optional]
is_hidden Option<bool> Gets or sets a value indicating whether this instance is hidden. [optional]
key Option<String> Gets or sets the key. [optional]

[Back to Model list] [Back to API list] [Back to README]