Global

Members

(constant) DEFAULT_MAX_ATTEMPT_TIME

最大尝试次数, 系统默认

Source:

Type Definitions

ActionProgress

Type:
  • Object
Properties:
Name Type Description
id number

Action的id

success boolean

Action的结果是否成功

currentAttemptTime number

Action的当前尝试次数

maxAttemptTime number

Action的最大允许尝试次数

Source:

getCurrentStepInfoReturn

实例当前步骤和相关信息的集合

Type:
  • Object
Properties:
Name Type Description
currentStep String

当前实例的步骤

actionIds Array.<number>

[当前action的id]

currentActionsInfo Array.<ActionProgress>

[action进度总结]

Source:

getStepNeedExecReturn

实例当前步骤和相关信息的集合

Type:
  • Object
Properties:
Name Type Description
step String

当前实例的步骤

currentActionIds Array.<number>

[实例当前待执行的Action]

needExecActionsInfo Array.<ActionProgress>

[实例当前待执行的Action简介集合]

Source: