Cancels an asynchronous data load or dimension build process.
Syntax
ESS_FUNC_M EssCancelAsyncProc (hCtx, ErrorFileName, ErFileOverWrite);
Parameter | Data Type | Description |
---|---|---|
hCtx | ESS_HCTX_T | API context handle. |
ErrorFileName | ESS_STR_T | An error file name. |
ErFileOverWrite | ESS_BOOL_T | If TRUE, overwrite the error file. |
Notes
Call this function after initiating an asynchronous process using EssAsyncImport or EssAsyncBuildDim.
Return Value
If successful, the network connection is closed and the error log is returned. Otherwise, returns an error code.
Example
See the example for EssAsyncBuildDim.
See Also