Skip to main content
Version: 8.9

Variable: MessageSubscriptionStateEnum

const MessageSubscriptionStateEnum: object;

The state of message subscription.

Type Declaration

CORRELATED

readonly CORRELATED: "CORRELATED" = 'CORRELATED';

CREATED

readonly CREATED: "CREATED" = 'CREATED';

DELETED

readonly DELETED: "DELETED" = 'DELETED';

MIGRATED

readonly MIGRATED: "MIGRATED" = 'MIGRATED';