tencentcloud-sdk-nodejs-cfs 4.1.249 → 4.1.255
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1829,7 +1829,7 @@ export interface LifecycleDataTaskInfo {
|
|
|
1829
1829
|
*/
|
|
1830
1830
|
TaskId?: string;
|
|
1831
1831
|
/**
|
|
1832
|
-
* <p
|
|
1832
|
+
* <p>任务状态</p><p>枚举值:</p><ul><li>init: 排队中</li><li>running: 执行中</li><li>finished: 已完成</li><li>failed: 失败</li><li>stopping: 停止中</li><li>stopped: 已停止</li></ul>
|
|
1833
1833
|
*/
|
|
1834
1834
|
TaskStatus?: string;
|
|
1835
1835
|
/**
|