VB Main API Miscellaneous Functions

These functions manage asynchronous processes, obtain state information, handle log files, and retrieve messages.

FunctionDescription
EsbGetProcessStateGets the current state of an asynchronous process, such as a calculate or a data import.
EsbCancelProcessCancels an asynchronous process which has not yet completed.
EsbGetLogFileCopies all or part of an application log file from the server to the client.
EsbDeleteLogFileDeletes an application log file on the server.
EsbGetGlobalStateGets the server global state structure which contains parameters for system administration.
EsbSetGlobalStateSets the server global state structure which contains parameters for system administration.
EsbGetNextItemGets the server global state structure which contains system administration parameters.
EsbGetMessageRetrieves the top message from the message stack filled during VB API function execution if ClientError in ESB_INIT_T structure has been set to ESB_TRUE during initialization.
EsbSetPathSets the ARBORPATH environment variable for the current process.