Job type that stores an observation for future processing.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | delay | = | 0 |
Time in msec to wait before next job. |
|
logical, | public | :: | disabled | = | .false. |
Ignore job. |
|
logical, | public | :: | onetime | = | .false. |
Disable job after first execution. |
|
logical, | public | :: | valid | = | .false. |
Job has observation prototype? |
|
type(observ_type), | public | :: | observ |
Prototype observation to be executed. |