UNPKG

pvserverhelper

Version:

This is an npm module design to perform common uses with pVelocity's pvserver

14 lines (13 loc) 274 B
### ``isBulkUpsertInProgress(response)`` Checks if `PVStatus` is bulk upsert is in progress. - `response` `<Object>` ```js var response = { PVResponse: { PVStatus: { Code: 'RPM_PE_QUERY_RESULT_OK_UPSERT_IN_PROGRESS' } } }; pvh.isBulkUpsertInProgress(response); ```