StartTaskInformation.withResult(TaskExecutionResult result) 方法
定义
Set if the value is 'failed', then the details of the failure can be found in the failureInfo property. Possible values include: 'success', 'failure'.
public StartTaskInformation withResult(TaskExecutionResult result)
参数
- result
- TaskExecutionResult
the result value to set
返回
the StartTaskInformation object itself.