CollectionSet.ExecutionStatus Enum
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 status for an execution log entry.
public enum CollectionSet.ExecutionStatus
type CollectionSet.ExecutionStatus =
Public Enum CollectionSet.ExecutionStatus
- Inheritance
-
CollectionSet.ExecutionStatus
Fields
Name | Value | Description |
---|---|---|
Running | 0 | The operation is still running. |
Finished | 1 | The operation has completed successfully. |
Failed | 2 | The operation has completed with a failure. |
Warning | 3 | The operation had a failure during upload but the most recent upload succeeded |