Share via


ProjectStageStatus Class

Definition

Represents the status of the stage for a specific project.

public ref class ProjectStageStatus
public class ProjectStageStatus
type ProjectStageStatus = class
Public Class ProjectStageStatus
Inheritance
ProjectStageStatus

Constructors

ProjectStageStatus(Boolean, Int64)

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