InterfacesVersion: 2.9On this pageBuildClientWaitForFinishOptions Index PropertieswaitSecsProperties optionalwaitSecswaitSecs?: numberMaximum time to wait for the build to finish, in seconds. If the limit is reached, the returned promise is resolved to a build object that will have status READY or RUNNING. If waitSecs omitted, the function waits indefinitely.
Maximum time to wait for the build to finish, in seconds. If the limit is reached, the returned promise is resolved to a build object that will have status
READY
orRUNNING
. IfwaitSecs
omitted, the function waits indefinitely.