Click or drag to resize

ProjectUnavailabilityReason Enumeration

The reason why a project is currently not available

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum ProjectUnavailabilityReason
Members
  Member nameValueDescription
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