Share via


OperationProgressStageStatus Struct

Definition

Represents the status of the stage.

public value class OperationProgressStageStatus
public struct OperationProgressStageStatus
type OperationProgressStageStatus = struct
Public Structure OperationProgressStageStatus
Inheritance
OperationProgressStageStatus

Properties

IsInProgress

Gets a value indicating whether the stage is in progress or not.

Version

Gets the associated version number. Version number increases when there are changes to the state. Notification events are typically sent in a queue and can be behind the current state. Listeners can use version number to discard outdated notifications.

Applies to