OperationResultProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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' |