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
iex> import Deputy.Constants.Roster
iex> is_publish_mode_notify(1)
true
Summary
Functions
All locations mode enabled (blnAllLocationsMode: 1)
Guard: matches the all-locations flag (1).
Guard: matches the publish-and-notify mode (1).
Guard: matches the publish-without-notification mode (2).
Guard: matches the single-location flag (0).
Publish and notify employees (intMode: 1)
Publish without notification (intMode: 2)
All locations mode disabled (blnAllLocationsMode: 0)
Functions
All locations mode enabled (blnAllLocationsMode: 1)
Guard: matches the all-locations flag (1).
Guard: matches the publish-and-notify mode (1).
Guard: matches the publish-without-notification mode (2).
Guard: matches the single-location flag (0).
Publish and notify employees (intMode: 1)
Publish without notification (intMode: 2)
All locations mode disabled (blnAllLocationsMode: 0)