notification#

Classes:

class Notification#

Attributes:

active

created_at

When this object was first created.

hide

icon

id

job_status

job_uid

message

progress_pct

Progress percentage (0-100).

project_uid

status

ttl_seconds

Time-to-live in seconds for automatic deactivation.

updated_at

When this object was last modified.

active: bool#
created_at: datetime#

When this object was first created. Imported objects such as projects and jobs will retain the created time from their original CryoSPARC instance.

hide: bool#
icon: str#
id: str#
job_status: Literal['building', 'queued', 'launched', 'started', 'running', 'waiting', 'completed', 'killed', 'failed'] | None#
job_uid: str | None#
message: str#
progress_pct: float | None#

Progress percentage (0-100).

project_uid: str | None#
status: Literal['success', 'primary', 'warning', 'danger'] | None#
ttl_seconds: int | None#

Time-to-live in seconds for automatic deactivation.

updated_at: datetime#

When this object was last modified.