Skip to main content

End of Day (EOD) Events

The End of Day (EOD) Events APIs (api.events.eod) provide access to EOD events triggered by POS during close of business processes.

.onAfterEodProcess

Event fires after the End of Day (EOD) process.

Function

eod.onAfterEodProcess(handler: Function)

Handler Parameters

None

Handler Returns

void(undefined)

.onAfterProcessingEodStep

Event fires after each step of the EOD process.

Function

eod.onAfterProcessingEodStep(handler: Function)

Handler Parameters

None

Handler Returns

void(undefined)

.onBeforeEodProcess

Event fires before the EOD process.

Function

eod.onBeforeEodProcess(handler: Function)

Handler Parameters

None

Handler Returns

void(undefined)

.onBeforeProcessingEodStep

Event fires before each step of the EOD process.

Function

eod.onBeforeProcessingEodStep(handler: Function)

Handler Parameters

None

Handler Returns

void(undefined)

.onProcessingEodStepError

Event fires when an error throws during a step of the EOD process.

Function

eod.onProcessingEodStepError(handler: Function)

Handler Parameters

None

Handler Returns

void(undefined)