OperationResultProperties Class

Definition

The run operation result properties.

public class OperationResultProperties
type OperationResultProperties = class
Public Class OperationResultProperties
Inheritance
OperationResultProperties
Derived

Constructors

OperationResultProperties()

Initializes a new instance of the OperationResultProperties class.

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

Initializes a new instance of the OperationResultProperties class.

Properties

Code

Gets or sets the workflow scope repetition code.

Correlation

Gets or sets the correlation properties.

EndTime

Gets or sets the end time of the workflow scope repetition.

Error
StartTime

Gets or sets the start time of the workflow scope repetition.

Status

Gets or sets the status of the workflow scope repetition. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'

Applies to