OperationResultProperties Class

The run operation result properties.

Inheritance
OperationResultProperties

Constructor

OperationResultProperties(*, start_time: Optional[datetime.datetime] = None, end_time: Optional[datetime.datetime] = None, correlation: Optional[azure.mgmt.logic.models._models_py3.RunActionCorrelation] = None, status: Optional[Union[str, azure.mgmt.logic.models._logic_management_client_enums.WorkflowStatus]] = None, code: Optional[str] = None, error: Optional[Any] = None, **kwargs)

Variables

start_time
datetime

The start time of the workflow scope repetition.

end_time
datetime

The end time of the workflow scope repetition.

correlation
RunActionCorrelation

The correlation properties.

status
str or WorkflowStatus

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

code
str

The workflow scope repetition code.

error
any

Anything.