• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ScheduleInfo
2
3
4## 概述
5
6调度信息。
7
8**弃用:**
9
10从4.0版本开始废弃,使用**ScheduleInfoV1_1**接口代替。
11
12**起始版本:** 3.2
13
14**相关模块:**[HdfUserAuth](_hdf_user_auth_v10.md)
15
16
17## 汇总
18
19
20### Public 属性
21
22| 名称 | 描述 |
23| -------- | -------- |
24| unsigned long [scheduleId](#scheduleid) | 调度ID,用于标识一次操作请求的执行器调度过程。 |
25| unsigned long[] [templateIds](#templateids) | 模版id列表。 |
26| enum [AuthType](_hdf_user_auth_v10.md#authtype)[authType](#authtype) | 用户认证凭据类型[AuthType](_hdf_user_auth_v10.md#authtype)。 |
27| unsigned int [executorMatcher](#executormatcher) | 执行器匹配器。 |
28| unsigned int [scheduleMode](#schedulemode) | 调度模式[ScheduleMode](_hdf_user_auth_v10.md#schedulemode)。 |
29| struct [ExecutorInfo](_executor_info_v10.md)[] [executors](#executors) | 执行器信息列表[ExecutorInfo](_executor_info_v10.md)。 |
30
31
32## 类成员变量说明
33
34
35### authType
36
37```
38enum AuthType ScheduleInfo::authType
39```
40
41**描述**
42
43用户认证凭据类型[AuthType](_hdf_user_auth_v10.md#authtype)。
44
45
46### executorMatcher
47
48```
49unsigned int ScheduleInfo::executorMatcher
50```
51
52**描述**
53
54执行器匹配器。
55
56
57### executors
58
59```
60struct ExecutorInfo [] ScheduleInfo::executors
61```
62
63**描述**
64
65执行器信息列表[ExecutorInfo](_executor_info_v10.md)。
66
67
68### scheduleId
69
70```
71unsigned long ScheduleInfo::scheduleId
72```
73
74**描述**
75
76调度ID,用于标识一次操作请求的执行器调度过程。
77
78
79### scheduleMode
80
81```
82unsigned int ScheduleInfo::scheduleMode
83```
84
85**描述**
86
87调度模式[ScheduleMode](_hdf_user_auth_v10.md#schedulemode)。
88
89
90### templateIds
91
92```
93unsigned long [] ScheduleInfo::templateIds
94```
95
96**描述**
97
98模版id列表。
99