Skip to main content
Skip table of contents

6.1 Organization Subscription Enums

 

JAVA
    public enum TrSvcOrganizationSubscriptionStatus : int 
    {
        None = -1,
        All = 0,
        Running = 1,
        Stopped = 2,
    }


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.