## models.CampaignStatuses The lifecycle status of a campaign. Usage ``` python models.CampaignStatuses() ``` ## Attributes `draft` Created but not queued; safe to edit. `scheduled` Will start automatically at the campaign's send_at time. `running` Actively sending to the target lists. `paused` Sending has been halted and can be resumed. `cancelled` Sending was stopped and will not resume. `finished` All messages have been sent. ## Attributes | Name | Description | |----|----| | [cancelled](#cancelled) | The lifecycle status of a campaign. | | [draft](#draft) | The lifecycle status of a campaign. | | [finished](#finished) | The lifecycle status of a campaign. | | [paused](#paused) | The lifecycle status of a campaign. | | [running](#running) | The lifecycle status of a campaign. | | [scheduled](#scheduled) | The lifecycle status of a campaign. | ------------------------------------------------------------------------ #### cancelled The lifecycle status of a campaign. `cancelled=``"cancelled"` Attributes: draft: Created but not queued; safe to edit. scheduled: Will start automatically at the campaign's send_at time. running: Actively sending to the target lists. paused: Sending has been halted and can be resumed. cancelled: Sending was stopped and will not resume. finished: All messages have been sent. ------------------------------------------------------------------------ #### draft The lifecycle status of a campaign. `draft=``"draft"` Attributes: draft: Created but not queued; safe to edit. scheduled: Will start automatically at the campaign's send_at time. running: Actively sending to the target lists. paused: Sending has been halted and can be resumed. cancelled: Sending was stopped and will not resume. finished: All messages have been sent. ------------------------------------------------------------------------ #### finished The lifecycle status of a campaign. `finished=``"finished"` Attributes: draft: Created but not queued; safe to edit. scheduled: Will start automatically at the campaign's send_at time. running: Actively sending to the target lists. paused: Sending has been halted and can be resumed. cancelled: Sending was stopped and will not resume. finished: All messages have been sent. ------------------------------------------------------------------------ #### paused The lifecycle status of a campaign. `paused=``"paused"` Attributes: draft: Created but not queued; safe to edit. scheduled: Will start automatically at the campaign's send_at time. running: Actively sending to the target lists. paused: Sending has been halted and can be resumed. cancelled: Sending was stopped and will not resume. finished: All messages have been sent. ------------------------------------------------------------------------ #### running The lifecycle status of a campaign. `running=``"running"` Attributes: draft: Created but not queued; safe to edit. scheduled: Will start automatically at the campaign's send_at time. running: Actively sending to the target lists. paused: Sending has been halted and can be resumed. cancelled: Sending was stopped and will not resume. finished: All messages have been sent. ------------------------------------------------------------------------ #### scheduled The lifecycle status of a campaign. `scheduled=``"scheduled"` Attributes: draft: Created but not queued; safe to edit. scheduled: Will start automatically at the campaign's send_at time. running: Actively sending to the target lists. paused: Sending has been halted and can be resumed. cancelled: Sending was stopped and will not resume. finished: All messages have been sent.