pyuaf.client.subscriptionstates¶
This module defines the subscription states, from the point of view of the client.
Attributes:
Functions:
-
pyuaf.client.subscriptionstates.toString(subscriptionState)¶ Get a string representation of the subscription state.
Parameters: subscriptionState ( int) – The subscription state, e.g.pyuaf.client.subscriptionstates.Created.Returns: The name of the subscription state, e.g. ‘Created’. Return type: str
-