LunchBreakRestrictDuration Property |
Set this option if you want short duration lunch or break to be denied.
It means that after performing "Out for Lunch" and "Out for Break" punches from the device,
employees wouldn't be able to perform any other action from the device until the lunch or break duration is over.
Take into consideration that this feature doesn't apply for all device types,
but only for the following ones: AMG-FP30, AMG-FP90 and new TM 2010-B,
and also only in case "Punch Menu" is selected as "Menu Type".
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool RestrictDuration { get; set; }
Public Property RestrictDuration As Boolean
Get
Set
public:
property bool RestrictDuration {
bool get ();
void set (bool value);
}
member RestrictDuration : bool with get, set
Property Value
Type:
BooleanSee Also