Sets job attributes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(job_type), | intent(inout) | :: | job |
Job type. |
||
integer, | intent(in), | optional | :: | delay |
Time in msec to wait before next job. |
|
logical, | intent(in), | optional | :: | disabled |
Ignore job. |
|
logical, | intent(in), | optional | :: | onetime |
Disable job after first execution. |
|
logical, | intent(in), | optional | :: | valid |
Valid if job has observation prototype. |
|
type(observ_type), | intent(in), | optional | :: | observ |
Prototype observation. |