Contents

CiExecutionProgress

A string that represents the progress of an ongoing Xcode Cloud build.

Declaration

string CiExecutionProgress

Possible Values

PENDING
RUNNING
COMPLETE

Possible Values

PENDING

Xcode Cloud hasn’t started the build.

RUNNING

Xcode Cloud is performing the build.

COMPLETE

Xcode Cloud completed the build.

See Also

Objects