次の方法で共有


OperationResultProperties クラス

定義

実行操作の結果のプロパティ。

public class OperationResultProperties
type OperationResultProperties = class
Public Class OperationResultProperties
継承
OperationResultProperties
派生

コンストラクター

OperationResultProperties()

OperationResultProperties クラスの新しいインスタンスを初期化します。

OperationResultProperties(Nullable<DateTime>, Nullable<DateTime>, RunActionCorrelation, String, String, Object)

OperationResultProperties クラスの新しいインスタンスを初期化します。

プロパティ

Code

ワークフロー スコープの繰り返しコードを取得または設定します。

Correlation

関連付けのプロパティを取得または設定します。

EndTime

ワークフロー スコープの繰り返しの終了時刻を取得または設定します。

Error

実行操作の結果のプロパティ。

StartTime

ワークフロー スコープの繰り返しの開始時刻を取得または設定します。

Status

ワークフロー スコープの繰り返しの状態を取得または設定します。 使用可能な値には、'NotSpecified'、'Paused'、'Running'、'Waiting'、'Succeeded'、'Skipped'、'Suspended'、'Cancelled'、'Failed'、'Faulted'、'TimedOut'、'Aborted'、'Ignored' などがあります。

適用対象