你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobReleaseTaskState 枚举

定义

定义 JobReleaseTaskState 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum JobReleaseTaskState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type JobReleaseTaskState = 
Public Enum JobReleaseTaskState
继承
JobReleaseTaskState
属性
Newtonsoft.Json.JsonConverterAttribute

字段

Completed 1

任务已退出,退出代码为 0,或者任务已用尽重试限制,或者 Batch 服务因任务准备错误 ((如资源文件下载失败) )而无法启动任务。

Running 0

任务当前正在运行 (包括重试) 。

适用于