No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
checkStatus()
Checks the status of asynchronous metadata calls create(), update(), or delete(), or the declarative metadata call retrieve().
Syntax
1AsyncResult[] = metadatabinding.checkStatus(ID[] ids);Usage
Use this call to check whether or not an asynchronous metadata call or declarative metadata call has completed.
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. |