Module JobInstance.Fields
val status :
([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_permval max_tries :
([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_permval next_run_at :
([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_permval tries : ([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_permval name :
([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_permval id :
([< `Read | `Set_and_create ], t, Database.Id.t) Fieldslib.Field.t_with_permval make_creator :
id:
(([< `Read | `Set_and_create ], t, Database.Id.t)
Fieldslib.Field.t_with_perm ->
'a ->
('b -> Database.Id.t) * 'c) ->
name:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
'c ->
('b -> string) * 'd) ->
input:
(([< `Read | `Set_and_create ], t, string option)
Fieldslib.Field.t_with_perm ->
'd ->
('b -> string option) * 'e) ->
tries:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
'e ->
('b -> int) * 'f) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
'f ->
('b -> Ptime.t) * 'g) ->
max_tries:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
'g ->
('b -> int) * 'h) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
'h ->
('b -> Status.t) * 'i) ->
'a ->
('b -> t) * 'ival map :
id:
(([< `Read | `Set_and_create ], t, Database.Id.t)
Fieldslib.Field.t_with_perm ->
Database.Id.t) ->
name:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
string) ->
input:
(([< `Read | `Set_and_create ], t, string option)
Fieldslib.Field.t_with_perm ->
string option) ->
tries:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> int) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
Ptime.t) ->
max_tries:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> int) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
Status.t) ->
tval iter :
id:
(([< `Read | `Set_and_create ], t, Database.Id.t)
Fieldslib.Field.t_with_perm ->
unit) ->
name:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
unit) ->
input:
(([< `Read | `Set_and_create ], t, string option)
Fieldslib.Field.t_with_perm ->
unit) ->
tries:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
unit) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
unit) ->
max_tries:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
unit) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
unit) ->
unitval fold :
init:'a ->
id:
('a ->
([< `Read | `Set_and_create ], t, Database.Id.t)
Fieldslib.Field.t_with_perm ->
'b) ->
name:
('b ->
([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
'c) ->
input:
('c ->
([< `Read | `Set_and_create ], t, string option)
Fieldslib.Field.t_with_perm ->
'd) ->
tries:
('d ->
([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
'e) ->
next_run_at:
('e ->
([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
'f) ->
max_tries:
('f ->
([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
'g) ->
status:
('g ->
([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
'h) ->
'hval map_poly :
([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user ->
'a listval for_all :
id:
(([< `Read | `Set_and_create ], t, Database.Id.t)
Fieldslib.Field.t_with_perm ->
bool) ->
name:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
bool) ->
input:
(([< `Read | `Set_and_create ], t, string option)
Fieldslib.Field.t_with_perm ->
bool) ->
tries:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
bool) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
bool) ->
max_tries:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
bool) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
bool) ->
boolval exists :
id:
(([< `Read | `Set_and_create ], t, Database.Id.t)
Fieldslib.Field.t_with_perm ->
bool) ->
name:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
bool) ->
input:
(([< `Read | `Set_and_create ], t, string option)
Fieldslib.Field.t_with_perm ->
bool) ->
tries:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
bool) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
bool) ->
max_tries:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
bool) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
bool) ->
boolval to_list :
id:
(([< `Read | `Set_and_create ], t, Database.Id.t)
Fieldslib.Field.t_with_perm ->
'a) ->
name:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
'a) ->
input:
(([< `Read | `Set_and_create ], t, string option)
Fieldslib.Field.t_with_perm ->
'a) ->
tries:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'a) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
'a) ->
max_tries:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'a) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
'a) ->
'a list