notification#
Classes:
- class Notification#
Attributes:
When this object was first created.
Progress percentage (0-100).
Time-to-live in seconds for automatic deactivation.
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.