tik_manager4.management.enums

Enumeration of object types.

Classes

EventType

Enumeration of object types.

Module Contents

class EventType

Bases: enum.Enum

Enumeration of object types.

DELETE_ASSET = 'delete_asset'
DELETE_EPISODE = 'delete_episode'
DELETE_SEQUENCE = 'delete_sequence'
DELETE_SHOT = 'delete_shot'
DELETE_TASK = 'delete_task'
NEW_ASSET = 'new_asset'
NEW_EPISODE = 'new_episode'
NEW_SEQUENCE = 'new_sequence'
NEW_SHOT = 'new_shot'
NEW_TASK = 'new_task'
UPDATE_ASSET = 'update_asset'
UPDATE_EPISODE = 'update_episode'
UPDATE_SEQUENCE = 'update_sequence'
UPDATE_SHOT = 'update_shot'