NotificationStatus Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Defines the different statuses a notification can have

Namespace: ContentStudio.Notifications
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum NotificationStatus
Members

  Member nameValueDescription
NotReceived0 The notification has been sent and delivered to the receiver's mailbox but has not been received by the receiver.
Received1 The notification has been received by the receiver.
TaskInProgress2 The task is in progress
TaskAbandonedByReceiver3 The task has been abandoned by the receiver.
TaskTerminatedBySystem4 The system has terminated the task
TaskCompleted5 The task has been completed.
TaskDeclined6 The task has been declined
TaskCancelledBySender7 The task has been cancelled by the sender.
See Also

Reference