sp_update_endday_task


Parameters

Name Type Mode
adate date IN
task_index integer IN
task jsonb IN
status text IN
message text IN (DEFAULT NULL)
task_start timestamp without time zone IN (DEFAULT NULL)
task_end timestamp without time zone IN (DEFAULT NULL)
finished boolean IN (DEFAULT false)
details jsonb IN (DEFAULT NULL)

Definition