Get desktop application:
View/edit binary Protocol Buffers messages
Add a new department name
AddDeptName
(message has no fields)
Adds a task to this department and return it
AddTask
Adds a map of tasks to this deparmtment and return them as a list. Offers a quick way to add many tasks with one function.
AddTasks
tmap is a mapping of <(string) shot_id :(int) min_core_units> used to create a task
Clears all tasks
ClearTasks
(message has no fields)
Clears all manual task adjustments to managed tasks. This won't do anything unless your using Ti Managed tasks.
ClearTaskAdjustments
(message has no fields)
Delete the department
Delete
(message has no fields)
Disable Track-It management. This will also clear all tasks.
DisableTiManaged
(message has no fields)
Enable Track-It management. This will pull a task list from Track-It and keep it synced.
EnableTiManaged
(message has no fields)
Return a list of department names
GetDepartmentNames
(message has no fields)
Returns the list of tasks for this department.
GetTasks
Remove the department of this name
RemoveDepartmentName
(message has no fields)
Replaces a map of tasks. If the task already exists its updated, else its inserted.
ReplaceTask
tmap is a mapping of <(string) shot_id :(int) min_core_units> used to create a task
Sets the minimum number of cores for the department to manage between its tasks.
SetManagedCores
(message has no fields)
Used in:
, , , , , , , , , , ,Used in: