The current state of the Journey
Signature:
export declare enum JourneyState
Enumeration Members
Member | Value | Description |
---|---|---|
ENDED | "ENDED" | The journey has ended. |
INPROGRESS | "INPROGRESS" | The journey is currently in progress. |
STARTED | "STARTED" | The journey has started but there has been no data submitted. |