Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val parse_qstat :
string ->
(t,
[> `qstat of
[> `no_header of string
| `wrong_header_format of String.t
| `wrong_lines of String.t list ] ])
Pvem.Result.t
val get_status :
t ->
(status,
[> `qstat of [> `job_state_not_found | `unknown_status of string ] ])
Pvem.Result.t
val job_id : t -> string
val raw_field : t -> string -> string option
val status_to_string_hum : status -> string