TriggerType Class

Specifies the type of a trigger.

Inheritance
builtins.object
TriggerType

Constructor

TriggerType()

Variables

TriggerType.Pre
str

Trigger should be executed before the associated operation(s).

TriggerType.Post
str

Trigger should be executed after the associated operation(s).

Attributes

Post

Post = 'post'

Pre

Pre = 'pre'