CompletionState 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.
Represents the completion state of a publishing activity (task, step, or top-level operation).
public enum CompletionState
type CompletionState =
Public Enum CompletionState
- Inheritance
-
CompletionState
Fields
Name | Value | Description |
---|---|---|
InProgress | 0 | The task is in progress. |
Completed | 1 | The task completed successfully. |
CompletedWithWarning | 2 | The task completed with warnings. |
CompletedWithError | 3 | The task completed with an error. |