IResourceWithWaitSupport.waitForCompletion
Method
interface IResourceWithWaitSupport { // ... omitted for brevity waitForCompletion( dependency: IResource, exitCode?: number): IResourceWithWaitSupport;}Signature
method
waitForCompletionbuilderWaits for the dependency resource to enter the Exited or Finished state before starting the resource.
waitForCompletion( dependency: IResource, exitCode?: number): IResourceWithWaitSupportParameters
dependencyIResourceexitCodenumberoptional= 0Returns
IResourceWithWaitSupportDefined on
This method is defined on the following type: