Estetski popravki

This commit is contained in:
Simon Rozman 2012-12-04 15:14:29 +00:00
parent f6401f964b
commit 80bcd33729

View File

@ -28,7 +28,7 @@ ScheduledTask IdleDeadline Y Integer A value that specifies the maximum num
ScheduledTask MaxRuntime N DoubleInteger Specifies the maximum run time (in milliseconds), for the task. This parameter may be set to -1 to specify an unlimited time.
ScheduledTask Condition Y Condition Optional expression which skips the task if evaluates to expFalse. If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.
ScheduledTask Component_ N Component 1 Identifier Component the task is part of.
TaskTrigger Task_ N ScheduledTask 1 Identifier Key of the Trigger's task.
TaskTrigger Trigger N Identifier Primary key, non-localized token.
TaskTrigger BeginDate N Date/Time Date that the task trigger activates. The beginning date must be specified when setting a task.
TaskTrigger EndDate Y Date/Time Date that the task trigger deactivates.
TaskTrigger StartTime N Date/Time Time of the day the task runs.
@ -42,6 +42,7 @@ TaskTrigger DaysOfTheWeek Y 0 127 Integer Value that describes the days of th
TaskTrigger DaysOfMonth Y DoubleInteger Specifies the day of the month a task runs. This value is a bitfield that specifies the day(s) the task will run. Bit 0 corresponds to the first of the month, bit 1 to the second, and so forth.
TaskTrigger WeekOfMonth Y Integer 1;2;3;4;5 Specifies the week of the month when the task runs. This value is exclusive and is one of the following flags: 1=The task will run between the first and seventh day of the month, 2=The task will run between the eighth and 14th day of the month, 3=The task will run between the 15th and 21st day of the month, 4=The task will run between the 22nd and 28th of the month, 5=The task will run between the last seven days of the month.
TaskTrigger MonthsOfYear Y 0 4095 Integer Specifies the month(s) when the task runs. This value is a combination of the following flags: 1=Jan, 2=Feb, 4=Mar, 8=Apr, 16=May, 32=Jun, 64=Jul, 128=Aug, 256=Sep, 512=Oct, 1024=Nov, 2048=Dec.
TaskTrigger Task_ N ScheduledTask 1 Identifier Key of the Trigger's task.
<<NOKEEP
@ -67,9 +68,9 @@ Vse :: "$(JEZIK).$(CFG).$(PLAT).TaskTrigger-1.idt"
"$(JEZIK).$(CFG).$(PLAT).TaskTrigger-1.idt" : "Makefile" "..\..\include\MSINast.mak"
-if exist $@ del /f /q $@
move /y << $@ > NUL
Task_ BeginDate EndDate StartTime MinutesDuration MinutesInterval Flags Type DaysInterval WeeksInterval DaysOfTheWeek DaysOfMonth WeekOfMonth MonthsOfYear
s$(MSI_TIP_ID) i2 I2 i2 I4 I4 i4 i2 I2 I2 I2 I4 I2 I2
TaskTrigger Task_ BeginDate EndDate StartTime MinutesDuration MinutesInterval Flags Type DaysInterval WeeksInterval DaysOfTheWeek DaysOfMonth WeekOfMonth MonthsOfYear
Trigger BeginDate EndDate StartTime MinutesDuration MinutesInterval Flags Type DaysInterval WeeksInterval DaysOfTheWeek DaysOfMonth WeekOfMonth MonthsOfYear Task_
s$(MSI_TIP_ID) i2 I2 i2 I4 I4 i4 i2 I2 I2 I2 I4 I2 I2 s$(MSI_TIP_ID)
TaskTrigger Trigger
<<NOKEEP