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