interface LogEvent {
    message?: string;
    runID?: string;
    time?: string;
}

Properties

Properties

message?: string

A description of the event that occurred.

runID?: string

The ID of the task run that generated the event.

time?: string

The time (RFC3339Nano date/time format) that the event occurred.

MMNEPVFCICPMFPCPTTAAATR