Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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. |