sloppy <value> | |||
---|---|---|---|
Description | Controls how strict TaskJuggler checks booking intervals for conflicts with vacation and other bookings. In case the error is surpressed the booking will not overwrite the existing bookings. It will avoid the already assigned intervals during booking. | ||
Attributes | Name | Type | Description |
value | INTEGER | Number between 0 and 3. See table below. | |
Context | booking, | ||
Inheritable | No | Scenario Spec. | No |
sloppy 0: | Period may not contain any off-duty hours, vacation or other task assignments. |
sloppy 1: | Period may contain off-duty hours, but not vacation or other task assignments. |
sloppy 2: | Period may contain off-duty hours and vacation, but no other task assignments. |
sloppy 3: | Period may overlap with off-duty hours, vacation or other task assignments. These are silently skipped. |