JourneyState – GBG IDscan Documentation

JourneyState

The current state of the Journey

Signature:

export declare enum JourneyState 

Enumeration Members

MemberValueDescription
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.
Was this page helpful?