TriggerType Class
Specifies the type of a trigger.
- Inheritance
-
builtins.objectTriggerType
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'
Feedback
Submit and view feedback for