Integer codes used in roster publishing and management.
Examples
iex> Deputy.Constants.Roster.publish_mode_notify()
1
iex> Deputy.Constants.Roster.publish_mode_silent()
2
Summary
Functions
All locations mode enabled (blnAllLocationsMode: 1)
Publish and notify employees (intMode: 1)
Publish without notification (intMode: 2)
All locations mode disabled (blnAllLocationsMode: 0)