models.status_task_notification_enum module

class models.status_task_notification_enum.StatusTaskNotificationEnum[source]

Bases: object

Implementation of the ‘Status_TaskNotification’ enum.

Status of the task. Status of the task. ‘kSuccess’ indicates that task completed successfully. ‘kError’ indicates that task encountered errors.

Attributes:

KSUCCESS: TODO: type description here. KERROR: TODO: type description here.

KERROR = 'kError'
KSUCCESS = 'kSuccess'