Skip to content

API Reference


API Reference / Constants / TriggerStatus

Variable: TriggerStatus

const TriggerStatus: object

Defined in: src/constants.ts:307

Type Declaration

ACTIVE

readonly ACTIVE: "ACTIVE" = "ACTIVE"

TRIGGERED

readonly TRIGGERED: "TRIGGERED" = "TRIGGERED"

EXPIRED

readonly EXPIRED: "EXPIRED" = "EXPIRED"

CANCELLED

readonly CANCELLED: "CANCELLED" = "CANCELLED"

Community project — not affiliated with Dhan. MIT License.