Queries the state of an asynchronous process an asynchronous data load or dimension build process.
Syntax
ESS_FUNC_M EssGetAsyncProcState (hCtx, pBldDlState);
Parameter | Data Type | Description |
---|---|---|
hCtx | ESS_HCTX_T | API context handle. |
pBldDlState | ESS_PBLDDL_STATE_T | Address of pointer to receive allocated process state structure. |
Notes
Call this function after initiating an asynchronous process using EssAsyncImport or EssAsyncBuildDim.
Return Value
Returns zero if successful. Otherwise, returns an error code.
Example
See the example for EssAsyncBuildDim.
See Also