Type Alias ScriptLogMeta

type ScriptLogMeta = {
    duration?: number;
    endTime?: string;
    links?: Log;
    reloadId?: string;
    success?: boolean;
}
Index

Properties

duration?: number

Duration of reload (ms).

endTime?: string

Time when reload ended.

links?: Log
reloadId?: string

Reload identifier.

success?: boolean

True if the reload was successful.