CollectionSet.ExecutionStatus Enum

Definition

The status for an execution log entry.

public enum CollectionSet.ExecutionStatus
type CollectionSet.ExecutionStatus = 
Public Enum CollectionSet.ExecutionStatus
Inheritance
CollectionSet.ExecutionStatus

Fields

Failed 2

The operation has completed with a failure.

Finished 1

The operation has completed successfully.

Running 0

The operation is still running.

Warning 3

The operation had a failure during upload but the most recent upload succeeded

Applies to