Sessions start message. Data is the timing data encoded as "$initialDelay,$interval" in ms.

SessionsStartMessage

interface SessionsStartMessage {
    Data?: null | string;
    MessageType?: SessionMessageType;
}

Properties

Properties

Data?: null | string

Gets or sets the data.

SessionsStartMessage

MessageType?: SessionMessageType

SessionsStartMessage