Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketingActivityStatus
Status helps to identify if this marketing activity has been completed, queued, failed etc.
Signature:
export declare enum MarketingActivityStatus
Member | Value | Description |
---|---|---|
Active | "ACTIVE" |
This marketing activity is currently running. |
Deleted | "DELETED" |
This marketing activity is permanently unavailable. |
DeletedExternally | "DELETED_EXTERNALLY" |
This marketing activity was deleted and it was triggered from outside of Shopify. |
Disconnected | "DISCONNECTED" |
This marketing activity is disconnected and no longer editable. |
Draft | "DRAFT" |
This marketing activity has been edited, but it is not yet created. |
Failed | "FAILED" |
This marketing activity is unable to run. |
Inactive | "INACTIVE" |
This marketing activity has completed running. |
Paused | "PAUSED" |
This marketing activity is currently not running. |
Pending | "PENDING" |
This marketing activity is pending creation on the app’s marketing platform. |
Scheduled | "SCHEDULED" |
This marketing activity is scheduled to run. |
Undefined | "UNDEFINED" |
The marketing activity’s status is unknown. |