progressMessages property

List<String>? progressMessages
getter/setter pair

Human-readable, detailed descriptions of the test's progress.

For example: "Provisioning a device", "Starting Test". During the course of execution new data may be appended to the end of progress_messages.

Output only.

Implementation

core.List<core.String>? progressMessages;