currentProgress property

RobotDeploymentStep? currentProgress
final

The current progress status.

Validating
Validating the deployment.
DownloadingExtracting
Downloading and extracting the bundle on the robot.
ExecutingPreLaunch
Executing pre-launch script(s) if provided.
Launching
Launching the robot application.
ExecutingPostLaunch
Executing post-launch script(s) if provided.
Finished
Deployment is complete.

Implementation

final RobotDeploymentStep? currentProgress;