A message to be sent to an agent currently running the job.

interface JobMetadataMessage {
    jobId?: string;
    postLinesFrequencyMillis?: number;
}

Properties

jobId?: string

The id of the job.

postLinesFrequencyMillis?: number

The agent's frequency of posting lines to the logs console expressed in milliseconds. There are 2 modes: Slow (10 seconds) and Fast (half a second).