estimatedTimeRemainingSeconds property

int? estimatedTimeRemainingSeconds
final

Estimated amount of time in seconds remaining in the step. This currently only applies to the Downloading/Extracting step of the deployment. It is empty for other steps.

Implementation

final int? estimatedTimeRemainingSeconds;