Skip to content

lib.resources.events types.iCPSEventApp

github-actions[bot] edited this page Oct 16, 2023 · 2 revisions

Enumeration: iCPSEventApp

lib/resources/events-types.iCPSEventApp

Possible app events

Table of contents

Enumeration Members

Enumeration Members

SCHEDULED

SCHEDULED = "scheduled"

Emitted when the app has scheduled the next execution, but has not have previous executions - provides a date object for the next run as argument

Defined in

lib/resources/events-types.ts:263


SCHEDULED_DONE

SCHEDULED_DONE = "scheduled-done"

Emitted when the app has successfully completed an execution - provides a date object for the next run as argument

Defined in

lib/resources/events-types.ts:271


SCHEDULED_RETRY

SCHEDULED_RETRY = "scheduled-retry"

Emitted when the app has experienced an error and will retry - provides a date object for the next run as argument

Defined in

lib/resources/events-types.ts:275


SCHEDULED_START

SCHEDULED_START = "scheduled-start"

Emitted when the app has started the next execution

Defined in

lib/resources/events-types.ts:267


TOKEN

TOKEN = "token"

Emitted when the app should display the latest acquired token - provides the token as argument

Defined in

lib/resources/events-types.ts:279

Clone this wiki locally