Interface ActivityLogEntryStartMessage

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

ActivityLogEntryStartMessage

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

Properties

Properties

Data?: null | string

Gets or sets the data.

ActivityLogEntryStartMessage

MessageType?: SessionMessageType

ActivityLogEntryStartMessage