waitForCompletion
Method
interface ContainerResource { // ... omitted for brevity waitForCompletion( dependency: IResource, exitCode?: number): IResourceWithWaitSupport;}Signature
method
waitForCompletion builder Waits for the dependency resource to enter the Exited or Finished state before starting the resource.
waitForCompletion( dependency: IResource, exitCode?: number): IResourceWithWaitSupportParameters
dependency IResource exitCode number optional = 0 Returns
IResourceWithWaitSupport Applies to
This method applies to the following types: