Newer Version Available
checkStatus()
Deprecated. Checks the status of asynchronous metadata calls create(), update(), or delete(), or the declarative metadata call retrieve(). This call is removed as of API version 31.0 and is available only in
earlier versions.
Syntax
1AsyncResult[] = metadatabinding.checkStatus(ID[] ids);Usage
Use this call to check whether an asynchronous metadata call or declarative metadata call has completed.
Version
This call is available only in API version 30.0 and earlier. This call isn’t available in API version 31.0 and later.
Sample Code—Java
See Step 3: Walk Through the Java Sample Code for sample Java code using this call.
Arguments
| Name | Type | Description |
|---|---|---|
| ids | ID[] | Array of one or more IDs. Each ID is returned in an AsyncResult and corresponds to a component being created, updated, deleted, deployed, or retrieved. |