Share via


CompletionState Enum

Definition

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.

Applies to