ProjectUnavailabilityReason Enumeration

The reason why a project is currently not available

Definition

Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum ProjectUnavailabilityReason

Members

NoObjections0 no objections, project is available
AlreadyOpened1 Project is already opened by the same user, either on the same or different machine
TerminatePending2 There is a partition termination pending that shortly disables the project for all users

See Also